summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2008-11-05 11:22:54 +0000
committerjmc <jmc@openbsd.org>2008-11-05 11:22:54 +0000
commit79ead1f207599ce9ead12e515e522abd7e73ce04 (patch)
tree7fe88c41836f73fd4147acd90096478a9d0fd02b
parentwrap use of KNOTE macro arguments in () to prevent potential strange (diff)
downloadwireguard-openbsd-79ead1f207599ce9ead12e515e522abd7e73ce04.tar.xz
wireguard-openbsd-79ead1f207599ce9ead12e515e522abd7e73ce04.zip
passord -> password;
fixes user/5975 from Rene Maroufi
-rw-r--r--usr.bin/ssh/servconf.c4
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: