From: Matthias Clasen Date: Mon, 19 Jan 2009 07:01:57 +0000 (+0000) Subject: Fix a typo X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b71046b70fa783f350e39504572e7e3b4443cf3f;p=dana%2Fcg-glib.git Fix a typo svn path=/trunk/; revision=7818 --- diff --git a/ChangeLog b/ChangeLog index ba9bf0f2..fff30378 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-01-18 Matthias Clasen + + * glib/gstrfuncs.c (g_strdup_printf): Fix a doc typo. + 2009-01-18 Matthias Clasen * NEWS: Updates diff --git a/glib/gstrfuncs.c b/glib/gstrfuncs.c index 2c10f293..3aed62c9 100644 --- a/glib/gstrfuncs.c +++ b/glib/gstrfuncs.c @@ -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 * string precision pitfalls * @Varargs: the parameters to insert into the format string *