doc: Fix typo in previous commit
authorBenjamin Otte <otte@redhat.com>
Sat, 12 Feb 2011 17:05:54 +0000 (18:05 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 12 Feb 2011 17:05:54 +0000 (18:05 +0100)
Yuck. I blame it on the weekend.

glib/gdatetime.c

index 2957817..f76c442 100644 (file)
@@ -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