changeset 13849:f799e88acec4

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>.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 11 Nov 2010 10:06:07 -0800
parents 3e10d2e4b8af
children c39e4e516aee
files ChangeLog m4/unlink.m4
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'.
--- a/m4/unlink.m4
+++ b/m4/unlink.m4
@@ -32,7 +32,7 @@
      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*)