0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00

Fix typo in comments

This commit is contained in:
MusiKid 2021-04-07 11:18:53 +02:00 committed by musikid
parent 3abc3d5cdc
commit 1c25bf035b
No known key found for this signature in database
GPG key ID: 7567D43648C6E2F4

View file

@ -70,7 +70,7 @@ int on_howdy_auth(int code, function<int(int, const char *)> conv_function) {
conv_function(PAM_ERROR_MSG, "Face detection image too dark");
syslog(LOG_INFO, "Failure, image too dark");
break;
// Otherwise, we can't discribe what happend but it wasn't successful
// Otherwise, we can't describe what happened but it wasn't successful
default:
conv_function(PAM_ERROR_MSG,
string("Unknown error:" + to_string(code)).c_str());