Fix a doc typo
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 2 Jul 2008 03:41:58 +0000 (03:41 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 2 Jul 2008 03:41:58 +0000 (03:41 +0000)
svn path=/trunk/; revision=7136

gio/ChangeLog
gio/gunixmounts.c

index 34006b5537d569bd7847a9c7e86f70552a907c9f..a1b1f4136e982569a87e4f39522a652695818125 100644 (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:
index af453153a93a1ef7bf18dda856e0cc16730ec208..5b5920c4725329785c14d6013094f6234dfa36e7 100644 (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.