# HG changeset patch # User Paul Eggert # Date 1289498767 28800 # Node ID f799e88acec4498c5f13965e7872bd4808857847 # Parent 3e10d2e4b8af586c1dd66c2ac373d2322e808d68 unlink: Fix "is it should" typo in diagnostic. * m4/unlink.m4 (gl_FUNC_UNLINK): Fix typo, as per Reuben Thomas in . diff --git a/ChangeLog b/ChangeLog --- 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 --- 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*)