Documentation: Fix tiny typos.
authorMurray Cumming <murrayc@murrayc.com>
Tue, 24 Mar 2015 18:57:48 +0000 (19:57 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Fri, 22 May 2015 10:22:59 +0000 (12:22 +0200)
atk/atkdocument.c
atk/atkvalue.c

index 17614e6..4e7245a 100755 (executable)
@@ -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.
index 839601b..adabeb8 100755 (executable)
@@ -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
  **/