pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/install Fix typo in comment.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af847c634513
branches:  trunk
changeset: 501770:af847c634513
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Oct 28 19:21:54 2005 +0000

description:
Fix typo in comment.

diffstat:

 mk/install/usergroupfuncs |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 114c35b8c3f9 -r af847c634513 mk/install/usergroupfuncs
--- a/mk/install/usergroupfuncs Fri Oct 28 16:33:02 2005 +0000
+++ b/mk/install/usergroupfuncs Fri Oct 28 19:21:54 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: usergroupfuncs,v 1.1 2005/09/26 22:12:35 jlam Exp $
+# $NetBSD: usergroupfuncs,v 1.2 2005/10/28 19:21:54 jlam Exp $
 #
 # Default implementation of adduser() and addgroup() shell functions
-# for addiing users and groups.  This implementation assumes there are
+# for adding users and groups.  This implementation assumes there are
 # NetBSD/Solaris-compatible versions of useradd(8) and groupadd(8)
 # available through ${USERADD} and ${GROUPADD}, respectively.
 #



Home | Main Index | Thread Index | Old Index