Spelling and minor grammar fixes.
[platform/upstream/automake.git] / tests / error.test
index 17fd3e9..b50a395 100755 (executable)
@@ -30,7 +30,7 @@ END
 # dependency does not.
 cat > AM_ONE_MACRO.m4 << 'END'
 AC_DEFUN([AM_ONE_MACRO],
-[AC_REQUIRE([AM_UNEXISING_MACRO])])
+[AC_REQUIRE([AM_NONEXISTENT_MACRO])])
 END
 
 $ACLOCAL && exit 1