Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/rpc.pcnfsd s/pasword/password/



details:   https://anonhg.NetBSD.org/src/rev/a218c655dbef
branches:  trunk
changeset: 1022734:a218c655dbef
user:      andvar <andvar%NetBSD.org@localhost>
date:      Tue Aug 03 20:59:20 2021 +0000

description:
s/pasword/password/

diffstat:

 usr.sbin/rpc.pcnfsd/common.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 80af5e177c38 -r a218c655dbef usr.sbin/rpc.pcnfsd/common.h
--- a/usr.sbin/rpc.pcnfsd/common.h      Tue Aug 03 20:57:06 2021 +0000
+++ b/usr.sbin/rpc.pcnfsd/common.h      Tue Aug 03 20:59:20 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: common.h,v 1.2 1995/07/25 22:20:26 gwr Exp $   */
+/*     $NetBSD: common.h,v 1.3 2021/08/03 20:59:20 andvar Exp $        */
 
 /* RE_SID: @(%)/usr/dosnfs/shades_SCCS/unix/pcnfsd/v2/src/SCCS/s.common.h 1.3 91/12/17 14:32:05 SMI */
 /*
@@ -89,7 +89,7 @@
 **---------------------------------------------------------------------
 ** Define (via Makefile) the following symbol to use a cache of recently-used
 ** user names. This has certain uses in university and other settings
-** where (1) the pasword file is very large, and (2) a group of users
+** where (1) the password file is very large, and (2) a group of users
 ** frequently logs in together using the same account (for example,
 ** a class userid).
 **---------------------------------------------------------------------
@@ -132,7 +132,7 @@
 ** to determine if a password entry contains a legal shell (and therefore
 ** identifies a user who may log in). The default is to check that
 ** the last two characters of the shell field are "sh", which should
-** cope with "sh", "csh", "ksh", "bash".... See the routine get_pasword()
+** cope with "sh", "csh", "ksh", "bash".... See the routine get_password()
 ** in pcnfsd_misc.c for more details.
 **
 ** Note: For some reason that I haven't yet figured out, getusershell()



Home | Main Index | Thread Index | Old Index