From 11a8b02a93e633da54504a460c33cdc7dff89b75 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 31 Jan 2012 03:02:53 +0100 Subject: [PATCH] pclose: Fix typo. * lib/stdio.in.h (pclose): Fix typo in warning message. --- ChangeLog | 5 +++++ lib/stdio.in.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b002884d1..48c3b360e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2012-01-29 Bruno Haible + pclose: Fix typo. + * lib/stdio.in.h (pclose): Fix typo in warning message. + +2012-01-29 Bruno Haible + doc about getlogin_r, setstate. * doc/posix-functions/getlogin_r.texi: List the incompatible declaration problem under "not fixed by gnulib". diff --git a/lib/stdio.in.h b/lib/stdio.in.h index db6308b9a..c2aacb27a 100644 --- a/lib/stdio.in.h +++ b/lib/stdio.in.h @@ -779,7 +779,7 @@ _GL_CXXALIASWARN (pclose); #elif defined GNULIB_POSIXCHECK # undef pclose # if HAVE_RAW_DECL_PCLOSE -_GL_WARN_ON_USE (pclose, "popen is unportable - " +_GL_WARN_ON_USE (pclose, "pclose is unportable - " "use gnulib module pclose for more portability"); # endif #endif -- 2.11.0