From: Paul Eggert <eggert@cs.ucla.edu>
Date: Thu, 11 Nov 2010 18:06:07 +0000 (-0800)
Subject: unlink: Fix "is it should" typo in diagnostic.
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00fd464074ca1c0aafca898ee9f2b36047dec2cc;p=pspp

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>.
---

diff --git a/ChangeLog b/ChangeLog
index 5da1c2fc10..9b23f76752 100644
--- 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'.
diff --git a/m4/unlink.m4 b/m4/unlink.m4
index b20af63ed4..e485c6f0ba 100644
--- a/m4/unlink.m4
+++ b/m4/unlink.m4
@@ -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*)