obstack-printf: Fix typo.
authorBruno Haible <bruno@clisp.org>
Mon, 22 Feb 2010 01:57:50 +0000 (02:57 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 22 Feb 2010 01:57:50 +0000 (02:57 +0100)
ChangeLog
lib/stdio.in.h

index 7222b7b2fcfd4d19b5bf963fa068daf14a716801..fea7fc1813015b40dada08e3959b6969ea97e898 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-21  Bruno Haible  <bruno@clisp.org>
+
+       * lib/stdio.in.h (obstack_printf): Fix typo.
+
 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
 
        vc-list-files: use bzr ls's -R option
index 299b7c4e452e9332f6319f332a746e9d1c91144e..91740f2bd33a7e0e1fab908bb3e0781a84b0d02c 100644 (file)
@@ -391,7 +391,7 @@ _GL_WARN_ON_USE (getline, "getline is unportable - "
 
 #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@
 # if @REPLACE_OBSTACK_PRINTF@
-#  define obstack_printf rpl_osbtack_printf
+#  define obstack_printf rpl_obstack_printf
 #  define obstack_vprintf rpl_obstack_vprintf
 # endif
 # if @REPLACE_OBSTACK_PRINTF@ || !@HAVE_DECL_OBSTACK_PRINTF@