Bug #560156. Fix parameter type description.
authorLi Yuan <li.yuan@sun.com>
Tue, 11 Nov 2008 07:28:00 +0000 (07:28 +0000)
committerLi Yuan <liyuan@src.gnome.org>
Tue, 11 Nov 2008 07:28:00 +0000 (07:28 +0000)
2008-11-11  Li Yuan  <li.yuan@sun.com>

        * atk/atkgobjectaccessible.c:
        Bug #560156. Fix parameter type description.

svn path=/trunk/; revision=1298

ChangeLog
atk/atkgobjectaccessible.c

index 9f8d904..e8ce033 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-11  Li Yuan  <li.yuan@sun.com>
+
+       * atk/atkgobjectaccessible.c:
+       Bug #560156. Fix parameter type description.
+
 2008-11-10  Li Yuan  <li.yuan@sun.com>
 
        * atk/atkobject.c: (atk_object_remove_relationship):
index a6c7270..ef27bb0 100644 (file)
@@ -103,11 +103,11 @@ atk_gobject_accessible_for_object (GObject *obj)
 
 /**
  * atk_gobject_accessible_get_object:
- * @obj: a #AtkObject
+ * @obj: a #AtkGObjectAccessible
  *
  * Gets the GObject for which @obj is the accessible object.
  *
- * Returns: a #GObject which is the object for which @obj is the accessible objedct
+ * Returns: a #GObject which is the object for which @obj is the accessible object
  **/
 GObject *
 atk_gobject_accessible_get_object (AtkGObjectAccessible *obj)