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 7222b7b..fea7fc1 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 299b7c4..91740f2 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@