Merge pull request #98 from jsoref/spelling

Spelling
This commit is contained in:
Serge Hallyn
2018-03-24 15:54:51 -05:00
committed by GitHub
584 changed files with 4830 additions and 4830 deletions
+1 -1
View File
@@ -1238,7 +1238,7 @@ int main (int argc, char **argv)
unsigned int i;
/* Now update the passwords using PAM */
for (i = 0; i < nusers; i++) {
if (do_pam_passwd_non_interractive ("newusers", usernames[i], passwords[i]) != 0) {
if (do_pam_passwd_non_interactive ("newusers", usernames[i], passwords[i]) != 0) {
fprintf (stderr,
_("%s: (line %d, user %s) password not changed\n"),
Prog, lines[i], usernames[i]);