diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-02 03:41:58 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-02 03:41:58 +0000 |
commit | ee96535cec0c02bbe15688489654e816dd5c1e7a (patch) | |
tree | 9082f0c9c17e98d1ec7682a67792bf562ab1f0c1 /gio/gunixmounts.c | |
parent | bf9428680dc04bd6d4e7203865629ce3aa01b9ca (diff) | |
download | glib-ee96535cec0c02bbe15688489654e816dd5c1e7a.tar.gz |
Fix a doc typo
svn path=/trunk/; revision=7136
Diffstat (limited to 'gio/gunixmounts.c')
-rw-r--r-- | gio/gunixmounts.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gio/gunixmounts.c b/gio/gunixmounts.c index af453153a..5b5920c47 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. |