]> granicus.if.org Git - shadow/commitdiff
spelling: inserted
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 22 Oct 2017 20:22:44 +0000 (20:22 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 22 Oct 2017 20:22:44 +0000 (20:22 +0000)
tests/subids/39_usermod_-w_invalid_range/usermod.test

index 8d56dc32f25de00d64c5a640423726cd7a9006c2..d347344a6b2f55a56f15f410b22e399f2a99c757 100755 (executable)
@@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
 
 change_config
 
-echo -n "characters insterted in range (usermod -w 100000a-110000 foo)..."
+echo -n "characters inserted in range (usermod -w 100000a-110000 foo)..."
 usermod -w 100000a-110000 foo 2>tmp/usermod.err && exit 1 || {
        status=$?
 }