summaryrefslogtreecommitdiff
path: root/client
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 /client
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 'client')
-rw-r--r--client/dconf-client.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/dconf-client.c b/client/dconf-client.c
index ca84670..c7c2e9e 100644
--- a/client/dconf-client.c
+++ b/client/dconf-client.c
@@ -28,7 +28,7 @@
/**
* SECTION:client
* @title: DConfClient
- * @short_description: Direct read and write access to DConf, based on GDBus
+ * @short_description: Direct read and write access to dconf, based on GDBus
*
* This is the primary client interface to dconf.
*
@@ -97,7 +97,7 @@ dconf_client_class_init (DConfClientClass *class)
*
* This signal is emitted when the #DConfClient has a possible change
* to report. The signal is an indication that a change may have
- * occured; it's possible that the keys will still have the same value
+ * occurred; it's possible that the keys will still have the same value
* as before.
*
* To ensure that you receive notification about changes to paths that
@@ -493,7 +493,7 @@ dconf_client_watch_fast (DConfClient *client,
* If @path is a key then the single key is monitored. If @path is a
* dir then all keys under the dir are monitored.
*
- * This function submits each of the the various watch requests that are
+ * This function submits each of the various watch requests that are
* required to monitor a key and waits until each of them returns. By
* the time this function returns, the watch has been established.
*