chore: fix misspell
This commit is contained in:
parent
3a4b4827fc
commit
b8bc325327
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ int identify(pam_handle_t *pamh, int flags, int argc, const char **argv,
|
||||||
}
|
}
|
||||||
int howdy_status = child_task.get();
|
int howdy_status = child_task.get();
|
||||||
|
|
||||||
// If exited succesfully
|
// If exited successfully
|
||||||
if (howdy_status == 0) {
|
if (howdy_status == 0) {
|
||||||
if (!reader.GetBoolean("core", "no_confirmation", true)) {
|
if (!reader.GetBoolean("core", "no_confirmation", true)) {
|
||||||
// Construct confirmation text from i18n string
|
// Construct confirmation text from i18n string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue