Skip to content

Commit

Permalink
Merge pull request google#473 from shelt/master
Browse files Browse the repository at this point in the history
Minor comment type fix.
  • Loading branch information
ThomasHabets committed Mar 17, 2015
2 parents a36729a + 8d3f0c2 commit 79a2059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpam/pam_google_authenticator.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ static int open_secret_file(pam_handle_t *pamh, const char *secret_filename,
if (fd < 0 ||
fstat(fd, &sb) < 0) {
if (params->nullok != NULLERR && errno == ENOENT) {
// The user doesn't have a state file, but the admininistrator said
// The user doesn't have a state file, but the administrator said
// that this is OK. We still return an error from open_secret_file(),
// but we remember that this was the result of a missing state file.
params->nullok = SECRETNOTFOUND;
Expand Down

0 comments on commit 79a2059

Please sign in to comment.