doc: Fix typo in previous commit

Yuck. I blame it on the weekend.
This commit is contained in:
Benjamin Otte 2011-02-12 18:05:54 +01:00
parent 17eea8fa60
commit 562f29afdc

View 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