Fix typos

svn path=/trunk/; revision=5558
This commit is contained in:
Matthias Clasen 2007-06-14 13:52:01 +00:00
parent 50cf599eb3
commit b2d6494a5e
2 changed files with 7 additions and 2 deletions

View File

@ -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

View 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.
*