An obvious copy&paste bug.

2012-01-29  Bruno Haible  <br...@clisp.org>

        pclose: Fix typo.
        * lib/stdio.in.h (pclose): Fix typo in warning message.

--- lib/stdio.in.h.orig Tue Jan 31 03:01:13 2012
+++ lib/stdio.in.h      Tue Jan 31 02:56:19 2012
@@ -779,7 +779,7 @@
 #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


Reply via email to