Apply Google inclusive language guidelines.

Also replace backwards with backward.
This commit is contained in:
Todd C. Miller
2020-10-30 10:15:30 -06:00
parent 973da9a591
commit e0c2635fb3
52 changed files with 158 additions and 160 deletions

View File

@@ -77,7 +77,7 @@ bsdauth_init(struct passwd *pw, sudo_auth *auth)
debug_return_int(AUTH_FATAL);
}
/* XXX - maybe sanity check the auth style earlier? */
/* XXX - maybe check the auth style earlier? */
login_style = login_getstyle(state.lc, login_style, "auth-sudo");
if (login_style == NULL) {
log_warningx(0, N_("invalid authentication type"));