summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-uw.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2018-04-10 10:19:02 +1000
committerDamien Miller <djm@mindrot.org>2018-04-10 10:19:02 +1000
commit10479cc2a4acd6faaf643eb305233b49d70c31c1 (patch)
tree3ff183d0d7a71a2843e1cb13f682743761555053 /openbsd-compat/port-uw.c
parent907da2f88519b34189fd03fac96de0c52d448233 (diff)
Many typo fixes from Karsten Weiss
Spotted using https://github.com/lucasdemarchi/codespell
Diffstat (limited to 'openbsd-compat/port-uw.c')
-rw-r--r--openbsd-compat/port-uw.c2
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.