From e86ab4813c26fb8fffa96945e7dcf6ca0a8965bf Mon Sep 17 00:00:00 2001 From: Devin Teske Date: Fri, 7 Mar 2014 22:24:53 +0000 Subject: [PATCH] Fix copy/paste error in a comment. --- usr.sbin/bsdconfig/usermgmt/groupadd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bsdconfig/usermgmt/groupadd b/usr.sbin/bsdconfig/usermgmt/groupadd index e40085dc6771..cba0f2bf7533 100755 --- a/usr.sbin/bsdconfig/usermgmt/groupadd +++ b/usr.sbin/bsdconfig/usermgmt/groupadd @@ -65,7 +65,7 @@ f_dialog_backtitle "${ipgm:+bsdconfig }$pgm" f_mustberoot_init # -# Add a user +# Add a group # # NB: If given an argument on the command-line use it; otherwise fall-back to # environment variable $group (handle $VAR_GROUP).