From 5627452048fb1925a7bfbabd7d7fba553e4458ca Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Thu, 7 Nov 2013 18:39:59 -0600 Subject: [PATCH] gstrfuncs: fix small typo in documentation --- glib/gstrfuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gstrfuncs.c b/glib/gstrfuncs.c index 4c7f085..0925f3d 100644 --- a/glib/gstrfuncs.c +++ b/glib/gstrfuncs.c @@ -865,7 +865,7 @@ g_ascii_strtod (const gchar *nptr, * Converts a #gdouble to a string, using the '.' as * decimal point. * - * This functions generates enough precision that converting + * This function generates enough precision that converting * the string back using g_ascii_strtod() gives the same machine-number * (on machines with IEEE compatible 64bit doubles). It is * guaranteed that the size of the resulting string will never -- 2.7.4