Fix a typo

svn path=/trunk/; revision=7818
This commit is contained in:
Matthias Clasen 2009-01-19 07:01:57 +00:00
parent b77a6eeac9
commit b71046b70f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-01-18 Matthias Clasen <mclasen@redhat.com>
* glib/gstrfuncs.c (g_strdup_printf): Fix a doc typo.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates

View File

@ -248,7 +248,7 @@ g_strdup_vprintf (const gchar *format,
/**
* g_strdup_printf:
* format: a standard printf() format string, but notice
* @format: a standard printf() format string, but notice
* <link linkend="string-precision">string precision pitfalls</link>
* @Varargs: the parameters to insert into the format string
*