diff options
author | Benjamin Otte <otte@redhat.com> | 2011-02-12 18:05:54 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-02-12 18:05:54 +0100 |
commit | 562f29afdce05d63d98c8952d1d91d2f379634dc (patch) | |
tree | 5b5a9c0e84212e21734b26b31c281a03e332a5a8 | |
parent | 17eea8fa60915c5711a99eebe5025eadb04c3f3f (diff) | |
download | glib-562f29afdce05d63d98c8952d1d91d2f379634dc.tar.gz |
doc: Fix typo in previous commit
Yuck. I blame it on the weekend.
-rw-r--r-- | glib/gdatetime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gdatetime.c b/glib/gdatetime.c index 29578171b..f76c44274 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 |