commit | 3199bda52e85225c22c617617f43591d6fd23eea | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Fri Jun 02 17:38:18 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Fri Jun 02 17:38:18 2000 +0000 |
tree | 006126cd8ed3c594438de48a6294ae4a857532b2 | |
parent | 6082917e34b3225911c0ea67ffe8a48a1db8b9b5 [diff] [blame] |
Fix /etc/passwd misspelling. -Erik
diff --git a/utility.c b/utility.c index 68bdc31..c0dd98f 100644 --- a/utility.c +++ b/utility.c
@@ -806,7 +806,7 @@ file = fopen(filename, "r"); if (file == NULL) { - /* Do not complain. It is ok for /etc/password and + /* Do not complain. It is ok for /etc/passwd and * friends to be missing... */ return (-1); }