Fix a doc typo

svn path=/trunk/; revision=7136
This commit is contained in:
Matthias Clasen 2008-07-02 03:41:58 +00:00
parent bf9428680d
commit ee96535cec
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2008-07-01 Matthias Clasen <mclasen@redhat.com>
* gunixmounts.c: Fix a doc typo.
2008-07-01 Cody Russell <bratsche@gnome.org>
* gio/gcontenttype.c:

View File

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