From: Behdad Esfahbod Date: Fri, 7 Dec 2007 07:30:59 +0000 (+0000) Subject: Fix tiny grammar typo. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=da0359d90ef2cda41550f0b348eedd36e90c310c;p=dana%2Fcg-glib.git Fix tiny grammar typo. 2007-12-07 Behdad Esfahbod * glib/tmpl/date.sgml: Fix tiny grammar typo. svn path=/trunk/; revision=6063 --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 95ae07ec..e10e0484 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2007-12-07 Behdad Esfahbod + + * glib/tmpl/date.sgml: Fix tiny grammar typo. + 2007-12-04 Emmanuele Bassi * glib/glib-sections.txt: Add GChecksum public API. diff --git a/docs/reference/glib/tmpl/date.sgml b/docs/reference/glib/tmpl/date.sgml index 3af4e9d3..5d2610bb 100644 --- a/docs/reference/glib/tmpl/date.sgml +++ b/docs/reference/glib/tmpl/date.sgml @@ -510,7 +510,7 @@ dates must be valid. If @date is prior to @min_date, sets @date equal to @min_date. If @date falls after @max_date, sets @date equal to @max_date. Otherwise, @date is unchanged. -Either @min_date and @max_date may be %NULL. All non-%NULL dates +Either of @min_date and @max_date may be %NULL. All non-%NULL dates must be valid.