diff options
author | jlam <jlam> | 2005-10-28 19:21:54 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-10-28 19:21:54 +0000 |
commit | 60a574b856c7ff4e3a7b717e9c1b881e605d9cda (patch) | |
tree | 5f7537c75013480abeefe57e5c4d2ce7a45e6dec /mk/install | |
parent | 25b3257a8a4d15b804f80bc78d567d9685f3621b (diff) | |
download | pkgsrc-60a574b856c7ff4e3a7b717e9c1b881e605d9cda.tar.gz |
Fix typo in comment.
Diffstat (limited to 'mk/install')
-rw-r--r-- | mk/install/usergroupfuncs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/install/usergroupfuncs b/mk/install/usergroupfuncs index 1996e50f8e2..bc265eddf95 100644 --- a/mk/install/usergroupfuncs +++ b/mk/install/usergroupfuncs @@ -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. # |