spelling: nonexistent

This commit is contained in:
Josh Soref 2017-10-22 20:54:42 +00:00
parent 63261593c8
commit 008be2848e
1 changed files with 1 additions and 1 deletions

View File

@ -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=$?
}