summaryrefslogtreecommitdiff
path: root/engine/dconf-engine.c
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2013-02-04 12:55:51 +0100
committerRyan Lortie <desrt@desrt.ca>2013-02-11 13:15:37 -0500
commit9d0b53f86371a459615e9872a5b835b917a568ae (patch)
treef3dbfadb45a456f8a600c5ae13f176b29936095c /engine/dconf-engine.c
parentbc82ad8e237e0d57ecccbfc3d8175e041aeeab50 (diff)
downloaddconf-9d0b53f86371a459615e9872a5b835b917a568ae.tar.gz
docs/comments: make some corrections/updates
Many fixes for typos but also some adjustments for the recent refactoring (particularly updating HACKING).
Diffstat (limited to 'engine/dconf-engine.c')
-rw-r--r--engine/dconf-engine.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/dconf-engine.c b/engine/dconf-engine.c
index 5a7b6ac..45e1d66 100644
--- a/engine/dconf-engine.c
+++ b/engine/dconf-engine.c
@@ -141,7 +141,7 @@
* The second lock (queue_lock) protects the various queues that are
* used to implement the "fast" writes described above.
*
- * If both locks are held at the same time thne the sources lock must
+ * If both locks are held at the same time then the sources lock must
* have been acquired first.
*/
@@ -451,7 +451,7 @@ dconf_engine_read (DConfEngine *engine,
* means that no locks were found. Non-zero means that a lock was
* found in the source with the index given by the variable.
*
- * 2. check the uncommited changes in the read_through list as the
+ * 2. check the uncommitted changes in the read_through list as the
* highest priority. This is only done if we have a writable
* source and no locks were found.
*
@@ -937,7 +937,7 @@ dconf_engine_change_completed (DConfEngine *engine,
if (error)
{
- /* Some kind of unexpected failure occured while attempting to
+ /* Some kind of unexpected failure occurred while attempting to
* commit the change.
*
* There's not much we can do here except to drop our local copy