unlink: Fix "is it should" typo in diagnostic.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 11 Nov 2010 18:06:07 +0000 (10:06 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 11 Nov 2010 18:06:29 +0000 (10:06 -0800)
* m4/unlink.m4 (gl_FUNC_UNLINK): Fix typo, as per Reuben Thomas in
<http://lists.gnu.org/archive/html/bug-gnulib/2010-11/msg00106.html>.

ChangeLog
m4/unlink.m4

index 5da1c2f..9b23f76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       unlink: Fix "is it should" typo in diagnostic.
+       * m4/unlink.m4 (gl_FUNC_UNLINK): Fix typo, as per Reuben Thomas in
+       <http://lists.gnu.org/archive/html/bug-gnulib/2010-11/msg00106.html>.
+
 2010-11-11  Bruno Haible  <bruno@clisp.org>
 
        Tests for module 'strerror_r-posix'.
index b20af63..e485c6f 100644 (file)
@@ -32,7 +32,7 @@ AC_DEFUN([gl_FUNC_UNLINK],
      rm -f conftest.file conftest.lnk])
   dnl Detect MacOS X 10.5.6 bug: On read-write HFS mounts, unlink("..") or
   dnl unlink("../..") succeeds without doing anything.
-  AC_CACHE_CHECK([whether unlink of a parent directory fails is it should],
+  AC_CACHE_CHECK([whether unlink of a parent directory fails as it should],
     [gl_cv_func_unlink_parent_fails],
     [case "$host_os" in
        darwin*)