bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pclose typo


From: Bruno Haible
Subject: pclose typo
Date: Tue, 31 Jan 2012 03:04:04 +0100
User-agent: KMail/4.7.4 (Linux/3.1.0-1.2-desktop; KDE/4.7.4; x86_64; ; )

An obvious copy&paste bug.


2012-01-29  Bruno Haible  <address@hidden>

        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

[Prev in Thread] Current Thread [Next in Thread]