[glib] gsettings: Minor typo in previous commit
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gsettings: Minor typo in previous commit
- Date: Fri, 11 Feb 2011 04:39:53 +0000 (UTC)
commit 4196dfbc4a764a2342c1107bcd9339210c0ee332
Author: Colin Walters <walters verbum org>
Date: Thu Feb 10 23:42:34 2011 -0500
gsettings: Minor typo in previous commit
gio/gsettings.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gsettings.c b/gio/gsettings.c
index 6de6469..ec37814 100644
--- a/gio/gsettings.c
+++ b/gio/gsettings.c
@@ -52,7 +52,7 @@
* approximately the same order of magnitude (but slower than) a
* #GHashTable lookup. Writing settings is also extremely fast in terms
* of time to return to your application, but can be extremely expensive
- * in other threads and other processes. Many settings backends
+ * for other threads and other processes. Many settings backends
* (including dconf) have lazy initialisation which means in the common
* case of the user using their computer without modifying any settings
* a lot of work can be avoided. For dconf, the D-Bus service doesn't
@@ -60,7 +60,7 @@
* 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
- * of preferences widgets. The build-in g_settings_bind() functionality
+ * 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]