From 562f29afdce05d63d98c8952d1d91d2f379634dc Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 12 Feb 2011 18:05:54 +0100 Subject: [PATCH] doc: Fix typo in previous commit Yuck. I blame it on the weekend. --- glib/gdatetime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gdatetime.c b/glib/gdatetime.c index 2957817..f76c442 100644 --- a/glib/gdatetime.c +++ b/glib/gdatetime.c @@ -1319,7 +1319,7 @@ g_date_time_add_full (GDateTime *datetime, * #GCompareFunc-compatible comparison for #GDateTime's. Both * #GDateTime<-- -->'s must be non-%NULL. * - * Returnsvalue: -1, 0 or 1 if @dt1 is less than, equal to or greater + * Return value: -1, 0 or 1 if @dt1 is less than, equal to or greater * than @dt2. * * Since: 2.26 -- 2.7.4