Fix a typo
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Jan 2009 07:01:57 +0000 (07:01 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Jan 2009 07:01:57 +0000 (07:01 +0000)
svn path=/trunk/; revision=7818

ChangeLog
glib/gstrfuncs.c

index ba9bf0f..fff3037 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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
 
 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
index 2c10f29..3aed62c 100644 (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
  *