Wed Apr 3 09:35:20 2013 UTC ()
Fix typo in comment.


(jperkin)
diff -r1.3 -r1.4 pkgsrc/mk/pkginstall/usergroupfuncs

cvs diff -r1.3 -r1.4 pkgsrc/mk/pkginstall/usergroupfuncs (expand / switch to context diff)
--- pkgsrc/mk/pkginstall/usergroupfuncs 2007/07/12 19:41:46 1.3
+++ pkgsrc/mk/pkginstall/usergroupfuncs 2013/04/03 09:35:19 1.4
@@ -1,4 +1,4 @@
-# $NetBSD: usergroupfuncs,v 1.3 2007/07/12 19:41:46 jlam Exp $
+# $NetBSD: usergroupfuncs,v 1.4 2013/04/03 09:35:19 jperkin Exp $
 #
 # Default implementations of user_exists() and group_exists() shell
 # functions for checking the existence of users and groups, and of
@@ -128,7 +128,7 @@
 	return 0
 }
 
-# adduser group [groupid]
+# addgroup group [groupid]
 addgroup()
 {
 	group="$1"; groupid="$2"