Skip to content

Commit

Permalink
Fix minor typo (#287)
Browse files Browse the repository at this point in the history
Correct 'verfied' to 'verified'

Co-authored-by: ReenigneArcher <[email protected]>
  • Loading branch information
bushshrub and ReenigneArcher authored Aug 2, 2022
1 parent 58a71bf commit 4914769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunshine/nvhttp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ void start() {
X509_NAME_oneline(X509_get_subject_name(x509), subject_name, sizeof(subject_name));


BOOST_LOG(info) << subject_name << " -- "sv << (verified ? "verfied"sv : "denied"sv);
BOOST_LOG(info) << subject_name << " -- "sv << (verified ? "verified"sv : "denied"sv);
});

while(add_cert->peek()) {
Expand Down

0 comments on commit 4914769

Please sign in to comment.