[glib] G_IO_ERROR_INVALID_DATA: fix docstring typo



commit f2a5b33270389b741e6ed756bf4d12730f8b392f
Author: Will Thompson <will thompson collabora co uk>
Date:   Thu Jan 10 11:16:47 2013 +0000

    G_IO_ERROR_INVALID_DATA: fix docstring typo

 gio/gioenums.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gioenums.h b/gio/gioenums.h
index 228066c..b76f7a6 100644
--- a/gio/gioenums.h
+++ b/gio/gioenums.h
@@ -433,7 +433,7 @@ typedef enum {
  * @G_IO_ERROR_NOT_INITIALIZED: The object has not been initialized. Since 2.22
  * @G_IO_ERROR_ADDRESS_IN_USE: The requested address is already in use. Since 2.22
  * @G_IO_ERROR_PARTIAL_INPUT: Need more input to finish operation. Since 2.24
- * @G_IO_ERROR_INVALID_DATA: There input data was invalid. Since 2.24
+ * @G_IO_ERROR_INVALID_DATA: The input data was invalid. Since 2.24
  * @G_IO_ERROR_DBUS_ERROR: A remote object generated an error that
  *     doesn't correspond to a locally registered #GError error
  *     domain. Use g_dbus_error_get_remote_error() to extract the D-Bus



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]