Fix a typo in the GSettings docs

Pointed out by Thomas Andersen
https://bugzilla.gnome.org/show_bug.cgi?id=647600
This commit is contained in:
Matthias Clasen 2011-04-13 00:39:01 -04:00
parent bf087aabbf
commit c1a7599568

View File

@ -59,7 +59,7 @@
* even need to be started in this case. For this reason, you should * even need to be started in this case. For this reason, you should
* only ever modify #GSettings keys in response to explicit user action. * only ever modify #GSettings keys in response to explicit user action.
* Particular care should be paid to ensure that modifications are not * 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 * of preferences widgets. The built-in g_settings_bind() functionality
* is careful not to write settings in response to notify signals as a * is careful not to write settings in response to notify signals as a
* result of modifications that it makes to widgets. * result of modifications that it makes to widgets.