From: Matthias Clasen Date: Wed, 2 Jul 2008 03:41:58 +0000 (+0000) Subject: Fix a doc typo X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ee96535cec0c02bbe15688489654e816dd5c1e7a;p=dana%2Fcg-glib.git Fix a doc typo svn path=/trunk/; revision=7136 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 34006b55..a1b1f413 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2008-07-01 Matthias Clasen + + * gunixmounts.c: Fix a doc typo. + 2008-07-01 Cody Russell * gio/gcontenttype.c: diff --git a/gio/gunixmounts.c b/gio/gunixmounts.c index af453153..5b5920c4 100644 --- a/gio/gunixmounts.c +++ b/gio/gunixmounts.c @@ -1232,9 +1232,9 @@ g_unix_mount_monitor_init (GUnixMountMonitor *monitor) /** * g_unix_mount_monitor_set_rate_limit: - * @mount_monitor: a #GUnixMountMonitor. - * @limit_msecs: a integer with the limit in milliseconds to - * poll for changes. + * @mount_monitor: a #GUnixMountMonitor + * @limit_msec: a integer with the limit in milliseconds to + * poll for changes. * * Sets the rate limit to which the @mount_monitor will report * consecutive change events to the mount and mount point entry files.