[glib] Fix a typo in the GSettings docs



commit c1a7599568ba953db6d5f6c840a9c4fb121a9bac
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Apr 13 00:39:01 2011 -0400

    Fix a typo in the GSettings docs
    
    Pointed out by Thomas Andersen
    https://bugzilla.gnome.org/show_bug.cgi?id=647600

 gio/gsettings.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gsettings.c b/gio/gsettings.c
index 74232f0..7731e97 100644
--- a/gio/gsettings.c
+++ b/gio/gsettings.c
@@ -59,7 +59,7 @@
  * even need to be started in this case.  For this reason, you should
  * only ever modify #GSettings keys in response to explicit user action.
  * Particular care should be paid to ensure that modifications are not
- * made during startup -- for example, when settings the initial value
+ * made during startup -- for example, when setting the initial value
  * of preferences widgets.  The built-in g_settings_bind() functionality
  * is careful not to write settings in response to notify signals as a
  * result of modifications that it makes to widgets.



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