From 008be2848ec076d11d5dd938e9dc7a00290156e3 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 22 Oct 2017 20:54:42 +0000 Subject: [PATCH] spelling: nonexistent --- tests/cptools/06_cppw_no_file/cppw.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cptools/06_cppw_no_file/cppw.test b/tests/cptools/06_cppw_no_file/cppw.test index 67a35a91..f4adb89c 100755 --- a/tests/cptools/06_cppw_no_file/cppw.test +++ b/tests/cptools/06_cppw_no_file/cppw.test @@ -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=$? } -- 2.40.0