Fix tiny grammar typo.
authorBehdad Esfahbod <behdad@gnome.org>
Fri, 7 Dec 2007 07:30:59 +0000 (07:30 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Fri, 7 Dec 2007 07:30:59 +0000 (07:30 +0000)
2007-12-07  Behdad Esfahbod  <behdad@gnome.org>

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

svn path=/trunk/; revision=6063

docs/reference/ChangeLog
docs/reference/glib/tmpl/date.sgml

index 95ae07e..e10e048 100644 (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.
index 3af4e9d..5d2610b 100644 (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>