Fixed typo in docs.
authorWouter Bolsterlee <wbolster@svn.gnome.org>
Mon, 31 Dec 2007 12:11:13 +0000 (12:11 +0000)
committerWouter Bolsterlee <wbolster@src.gnome.org>
Mon, 31 Dec 2007 12:11:13 +0000 (12:11 +0000)
2007-12-31  Wouter Bolsterlee  <wbolster@svn.gnome.org>

* gfilemonitor.h: Fixed typo in docs.

svn path=/trunk/; revision=6225

gio/ChangeLog
gio/gfilemonitor.h

index dd6b584..b6a74a8 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-31  Wouter Bolsterlee  <wbolster@svn.gnome.org>
+
+       * gfilemonitor.h: Fixed typo in docs.
+
 2007-12-31  Mathias Hasselmann  <mathias@openismus.com>
 
        Updates to GIO documentation. (#506395, Mikael Hermansson)
index 5b38f45..22cd937 100644 (file)
@@ -47,7 +47,7 @@ G_BEGIN_DECLS
  * @G_FILE_MONITOR_EVENT_CREATED: a file was created.
  * @G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED: a file attribute was changed.
  * @G_FILE_MONITOR_EVENT_PRE_UNMOUNT: the file location will soon be unmounted.
- * @G_FILE_MONITOR_EVENT_UNMOUNTED: the file location was be unmounted.
+ * @G_FILE_MONITOR_EVENT_UNMOUNTED: the file location was unmounted.
  * 
  * Specifies what type of event a monitor event is.
  **/