summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-11-11 16:31:05 +1100
committerDarren Tucker <dtucker@zip.com.au>2008-11-11 16:31:05 +1100
commitff4350e1b8b43bf55cfe91caa807574b02d9d02e (patch)
treeba950a0fbe6cf3aba9dfdd0221f4f8414c05d5aa /servconf.c
parent0164cb8a87cf3060f13954ce4e842ecbe8316817 (diff)
- (dtucker) OpenBSD CVS Sync
- jmc@cvs.openbsd.org 2008/11/05 11:22:54 [servconf.c] passord -> password; fixes user/5975 from Rene Maroufi
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c
index c7d2d0b94..053e20a78 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.c,v 1.190 2008/11/04 08:22:13 djm Exp $ */ 1/* $OpenBSD: servconf.c,v 1.191 2008/11/05 11:22:54 jmc Exp $ */
2/* 2/*
3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
4 * All rights reserved 4 * All rights reserved
@@ -1454,7 +1454,7 @@ fmt_intarg(ServerOpCodes code, int val)
1454 if (code == sPermitRootLogin) { 1454 if (code == sPermitRootLogin) {
1455 switch (val) { 1455 switch (val) {
1456 case PERMIT_NO_PASSWD: 1456 case PERMIT_NO_PASSWD:
1457 return "without-passord"; 1457 return "without-password";
1458 case PERMIT_FORCED_ONLY: 1458 case PERMIT_FORCED_ONLY:
1459 return "forced-commands-only"; 1459 return "forced-commands-only";
1460 case PERMIT_YES: 1460 case PERMIT_YES: