Fix a typo

This commit is contained in:
Matthias Clasen 2010-06-17 15:07:08 -04:00
parent 0010e86572
commit 2c5e1d5193

View File

@ -781,7 +781,7 @@ g_settings_new_with_path (const gchar *schema,
*
* Creating settings objects with an different backend allows accessing settings
* from a database other than the usual one. For example, it may make
* sense to pass a backend corresponding to teh "defaults" settings database on
* sense to pass a backend corresponding to the "defaults" settings database on
* the system to get a settings object that modifies the system default
* settings instead of the settings for this user.
*