summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-03-24 19:57:48 +0100
committerMurray Cumming <murrayc@murrayc.com>2015-05-22 12:22:59 +0200
commitf892f4739162dfd0b85144bf385bf12d318d06b9 (patch)
tree1868e7d7a5cab0d2f1054d1b65d38ec916d10dd4
parent46b136cbdefd7264036852d92d0898e9f63359aa (diff)
downloadatk-f892f4739162dfd0b85144bf385bf12d318d06b9.tar.gz
Documentation: Fix tiny typos.
-rwxr-xr-xatk/atkdocument.c2
-rwxr-xr-xatk/atkvalue.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/atk/atkdocument.c b/atk/atkdocument.c
index 17614e6..4e7245a 100755
--- a/atk/atkdocument.c
+++ b/atk/atkdocument.c
@@ -200,7 +200,7 @@ atk_document_get_document_type (AtkDocument *document)
* how to cast this pointer.
*
* Deprecated: Since 2.12. @document is already a representation of
- * the document. Use it directly, or one of his children, as an
+ * the document. Use it directly, or one of its children, as an
* instance of the DOM.
*
* Returns: (transfer none): a %gpointer that points to an instance of the DOM.
diff --git a/atk/atkvalue.c b/atk/atkvalue.c
index 839601b..adabeb8 100755
--- a/atk/atkvalue.c
+++ b/atk/atkvalue.c
@@ -527,7 +527,7 @@ atk_value_set_current_value (AtkValue *obj,
*
* Gets the current value and the human readable text alternative of
* @obj. @text is a newly created string, that must be freed by the
- * caller. Can be NULL if not descriptor is available.
+ * caller. Can be NULL if no descriptor is available.
*
* Since: 2.12
**/