Fix tiny grammar typo.

2007-12-07  Behdad Esfahbod  <behdad@gnome.org>

        * glib/tmpl/date.sgml: Fix tiny grammar typo.


svn path=/trunk/; revision=6063
This commit is contained in:
Behdad Esfahbod 2007-12-07 07:30:59 +00:00 committed by Behdad Esfahbod
parent 73c09cfb7e
commit da0359d90e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-12-07 Behdad Esfahbod <behdad@gnome.org>
* glib/tmpl/date.sgml: Fix tiny grammar typo.
2007-12-04 Emmanuele Bassi <ebassi@gnome.org>
* glib/glib-sections.txt: Add GChecksum public API.

View File

@ -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.
</para>