fix spelling

This commit is contained in:
a1346054
2021-09-13 15:11:40 +00:00
parent ecfcaed0b5
commit d7c9550b7f
3 changed files with 5 additions and 5 deletions

View File

@@ -45,8 +45,8 @@
struct faillog {
short fail_cnt; /* failures since last success */
short fail_max; /* failures before turning account off */
char fail_line[12]; /* last failure occured here */
time_t fail_time; /* last failure occured then */
char fail_line[12]; /* last failure occurred here */
time_t fail_time; /* last failure occurred then */
/*
* If nonzero, the account will be re-enabled if there are no
* failures for fail_locktime seconds since last failure.