Last of the spelling fixed

This commit is contained in:
chase
2018-04-18 04:43:05 -07:00
committed by Jon Trulson
parent 6d3a19d8f9
commit 33d2749ea3
185 changed files with 279 additions and 279 deletions

View File

@@ -262,7 +262,7 @@ set_sec_privs(struct verify_info *verify)
prpwd = verify->prpwd;
pwd = verify->pwd;
/* kernal authorizations */
/* kernel authorizations */
if (prpwd->uflg.fg_sprivs) {
maxprivs = &prpwd->ufld.fd_sprivs[0];
}else if(prpwd->sflg.fg_sprivs) {
@@ -270,7 +270,7 @@ set_sec_privs(struct verify_info *verify)
Debug("Using default kernel priv's\n");
}else {
audit_login(prpwd, pwd, verify->terminal,
"Unable to find kernal priv set for user",
"Unable to find kernel priv set for user",
ES_LOGIN_FAILED);
Debug("Can't find max. priv set for user-quitting\n");
return 0;
@@ -325,8 +325,8 @@ set_sec_privs(struct verify_info *verify)
break;
}
audit_login(prpwd, pwd, verify->terminal,
"Unable to set Kernal privs", ES_LOGIN_FAILED);
Debug("Unable to set Kernal privs (error %d): aborting\n",errno);
"Unable to set Kernel privs", ES_LOGIN_FAILED);
Debug("Unable to set Kernel privs (error %d): aborting\n",errno);
return 0;
}