From 00fd464074ca1c0aafca898ee9f2b36047dec2cc Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 11 Nov 2010 10:06:07 -0800 Subject: [PATCH] unlink: Fix "is it should" typo in diagnostic. * m4/unlink.m4 (gl_FUNC_UNLINK): Fix typo, as per Reuben Thomas in . --- ChangeLog | 6 ++++++ m4/unlink.m4 | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5da1c2fc10..9b23f76752 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-11-11 Paul Eggert + + unlink: Fix "is it should" typo in diagnostic. + * m4/unlink.m4 (gl_FUNC_UNLINK): Fix typo, as per Reuben Thomas in + . + 2010-11-11 Bruno Haible 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*) -- 2.30.2