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

@ -202,7 +202,7 @@ static int check_logins (const char *name, const char *maxlogins)
return 0;
}
/* Function setup_user_limits - checks/set limits for the curent login
/* Function setup_user_limits - checks/set limits for the current login
* Original idea from Joel Katz's lshell. Ported to shadow-login
* by Cristian Gafton - gafton@sorosis.ro
*