Imported Upstream version 4.5.14
[platform/upstream/findutils.git] / find / testsuite / find.gnu / exec-one-rtn-fail.exp
index 8022585..b761d1d 100644 (file)
@@ -1,4 +1,4 @@
-# If -exec \; fails, it should return false.   The return 
-# value of find shoudl stil; be 0, unless another error has
+# If -exec \; fails, it should return false.   The return
+# value of find should stil; be 0, unless another error has
 # happened.
 find_start p { /tmp -exec false \; -o \( -printf "yep\n" -quit \) }