Fix typos
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 14 Jun 2007 13:52:01 +0000 (13:52 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 14 Jun 2007 13:52:01 +0000 (13:52 +0000)
svn path=/trunk/; revision=5558

ChangeLog
glib/gmain.c

index e25cfab..be68393 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-14  Matthias Clasen  <mclasen@redhat.com>
+       
+       * glib/gmain.c (g_timeout_add_seconds): Fix doc typos.  (#447534,
+       Vincent Untz)
+
 2007-06-13  Behdad Esfahbod  <behdad@gnome.org>
 
        * glib/pltcheck.sh: Whitelist g_atomic_{int,pointer}_[gs]et() as
index a273cd3..bb0b305 100644 (file)
@@ -3671,8 +3671,8 @@ g_timeout_add (guint32        interval,
  *
  * The grouping of timers to fire at the same time results in a more power
  * and CPU efficient behavior so if your timer is in multiples of seconds
- * and you don't require the first timer exactly 1 second from now, the
- * use of g_timeout_add_second() is prefered over g_timeout_add().
+ * and you don't require the first timer exactly one second from now, the
+ * use of g_timeout_add_seconds() is preferred over g_timeout_add().
  *
  * Return value: the ID (greater than 0) of the event source.
  *