summaryrefslogtreecommitdiff
path: root/modules/pam_unix/unix_chkpwd.c
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-11-27 05:37:30 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-11-27 05:37:30 +0000
commitb2250f2d27d22455ae87a61ff50f419aa8e77cd8 (patch)
tree03ce4a87991edf6a967d6f45aa28343f0c31338a /modules/pam_unix/unix_chkpwd.c
parentf681ae7495809abb22e9168175779a6c4c2dc5e7 (diff)
Relevant BUGIDs: 476949
Purpose of commit: documentation fixes Commit summary: --------------- Fix some typos noted by Nalin.
Diffstat (limited to 'modules/pam_unix/unix_chkpwd.c')
-rw-r--r--modules/pam_unix/unix_chkpwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_unix/unix_chkpwd.c b/modules/pam_unix/unix_chkpwd.c
index 592ea5b3..0a965190 100644
--- a/modules/pam_unix/unix_chkpwd.c
+++ b/modules/pam_unix/unix_chkpwd.c
@@ -225,7 +225,7 @@ int main(int argc, char *argv[])
}
}
- /* read the nollok/nonull option */
+ /* read the nullok/nonull option */
npass = read(STDIN_FILENO, option, 8);