pclose: Fix typo.
authorBruno Haible <bruno@clisp.org>
Tue, 31 Jan 2012 02:02:53 +0000 (03:02 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 31 Jan 2012 02:02:53 +0000 (03:02 +0100)
* lib/stdio.in.h (pclose): Fix typo in warning message.

ChangeLog
lib/stdio.in.h

index b002884..48c3b36 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-01-29  Bruno Haible  <bruno@clisp.org>
 
+       pclose: Fix typo.
+       * lib/stdio.in.h (pclose): Fix typo in warning message.
+
+2012-01-29  Bruno Haible  <bruno@clisp.org>
+
        doc about getlogin_r, setstate.
        * doc/posix-functions/getlogin_r.texi: List the incompatible
        declaration problem under "not fixed by gnulib".
index db6308b..c2aacb2 100644 (file)
@@ -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