]> granicus.if.org Git - shadow/commitdiff
spelling: nonexistent
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 22 Oct 2017 20:54:42 +0000 (20:54 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 22 Oct 2017 20:54:42 +0000 (20:54 +0000)
tests/cptools/06_cppw_no_file/cppw.test

index 67a35a910f27d02fc6c0571e3f0974b8802ba556..f4adb89c005d34aa62f77453d292c4f5d71dae5f 100755 (executable)
@@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
 
 change_config
 
-echo -n "Use cppw with a nonexistant file (cppw data/passwd)..."
+echo -n "Use cppw with a nonexistent file (cppw data/passwd)..."
 cppw data/passwd 2>tmp/usage.out && exit 1 || {
        status=$?
 }