diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-11-05 11:22:55 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-11-05 11:22:55 +0000 |
commit | d94d11d1b3c9527d872e802bdbb878e2009b935b (patch) | |
tree | c04b3626c0d07e4c4ea29b3b4b47c97c2e1fb772 /usr.bin | |
parent | e59d050b9cc534591673d05faf7661aba9076025 (diff) |
passord -> password;
fixes user/5975 from Rene Maroufi
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/servconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/servconf.c b/usr.bin/ssh/servconf.c index 3176dac406a..e985c1c6914 100644 --- a/usr.bin/ssh/servconf.c +++ b/usr.bin/ssh/servconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.c,v 1.190 2008/11/04 08:22:13 djm Exp $ */ +/* $OpenBSD: servconf.c,v 1.191 2008/11/05 11:22:54 jmc Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * All rights reserved @@ -1411,7 +1411,7 @@ fmt_intarg(ServerOpCodes code, int val) if (code == sPermitRootLogin) { switch (val) { case PERMIT_NO_PASSWD: - return "without-passord"; + return "without-password"; case PERMIT_FORCED_ONLY: return "forced-commands-only"; case PERMIT_YES: |