]> granicus.if.org Git - shadow/commitdiff
Fix typos.
authorNicolas François <nicolas.francois@centraliens.net>
Tue, 6 Aug 2013 20:29:40 +0000 (22:29 +0200)
committerNicolas François <nicolas.francois@centraliens.net>
Tue, 6 Aug 2013 20:29:40 +0000 (22:29 +0200)
* src/usermod.c: Fix typos.

ChangeLog
src/usermod.c

index 3da6ce8b3f10de7a9dbcdb32c7592c9eb55849aa..80127abe2b9d1bd04fdbc9bdfa4984eac0399e4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-06  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/usermod.c: Fix typos.
+
 2013-08-06  Nicolas François  <nicolas.francois@centraliens.net>
 
        * man/subgid.5.xml: Reorder words.
index 2ba1f0ed9d0ccc9848e3bfa6e8bb3a2cf8e2a8ac..5cf45fd5fc6b99dbfc820257c3a67afab886e1c4 100644 (file)
@@ -410,9 +410,9 @@ static /*@noreturn@*/void usage (int status)
        (void) fputs (_("  -u, --uid UID                 new UID for the user account\n"), usageout);
        (void) fputs (_("  -U, --unlock                  unlock the user account\n"), usageout);
        (void) fputs (_("  -v, --add-subuids FIRST-LAST  add range of subordinate uids\n"), usageout);
-       (void) fputs (_("  -V, --del-subuids FIRST-LAST  remvoe range of subordinate uids\n"), usageout);
+       (void) fputs (_("  -V, --del-subuids FIRST-LAST  remove range of subordinate uids\n"), usageout);
        (void) fputs (_("  -w, --add-subgids FIRST-LAST  add range of subordinate gids\n"), usageout);
-       (void) fputs (_("  -W, --del-subgids FIRST-LAST  remvoe range of subordinate gids\n"), usageout);
+       (void) fputs (_("  -W, --del-subgids FIRST-LAST  remove range of subordinate gids\n"), usageout);
 #ifdef WITH_SELINUX
        (void) fputs (_("  -Z, --selinux-user SEUSER     new SELinux user mapping for the user account\n"), usageout);
 #endif                         /* WITH_SELINUX */