diff options
Diffstat (limited to 'openbsd-compat/port-uw.c')
-rw-r--r-- | openbsd-compat/port-uw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/port-uw.c b/openbsd-compat/port-uw.c index 014cac264..3028e429a 100644 --- a/openbsd-compat/port-uw.c +++ b/openbsd-compat/port-uw.c | |||
@@ -99,7 +99,7 @@ nischeck(char *namep) | |||
99 | 99 | ||
100 | if ((fd = fopen (password_file, "r")) == NULL) { | 100 | if ((fd = fopen (password_file, "r")) == NULL) { |
101 | /* | 101 | /* |
102 | * If the passwd file has dissapeared we are in a bad state. | 102 | * If the passwd file has disappeared we are in a bad state. |
103 | * However, returning 0 will send us back through the | 103 | * However, returning 0 will send us back through the |
104 | * authentication scheme that has checked the ia database for | 104 | * authentication scheme that has checked the ia database for |
105 | * passwords earlier. | 105 | * passwords earlier. |