From: Wouter Bolsterlee Date: Mon, 31 Dec 2007 12:11:13 +0000 (+0000) Subject: Fixed typo in docs. X-Git-Tag: GLIB_2_15_1~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=123116a30c44922c08ffb0dfeb592782352adc21;p=platform%2Fupstream%2Fglib.git Fixed typo in docs. 2007-12-31 Wouter Bolsterlee * gfilemonitor.h: Fixed typo in docs. svn path=/trunk/; revision=6225 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index dd6b584..b6a74a8 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2007-12-31 Wouter Bolsterlee + + * gfilemonitor.h: Fixed typo in docs. + 2007-12-31 Mathias Hasselmann Updates to GIO documentation. (#506395, Mikael Hermansson) diff --git a/gio/gfilemonitor.h b/gio/gfilemonitor.h index 5b38f45..22cd937 100644 --- a/gio/gfilemonitor.h +++ b/gio/gfilemonitor.h @@ -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. **/