summaryrefslogtreecommitdiff
path: root/atk/atkimage.c
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2001-08-23 07:41:34 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2001-08-23 07:41:34 +0000
commitb9a702a41f6af339dcf35fb8970469266f19bbb4 (patch)
tree1e9a216745518f1cbe1471d7d6f77bf6f034cf18 /atk/atkimage.c
parent72b4ef438fab8667fc6446948d62ce9d93baa55c (diff)
downloadatk-b9a702a41f6af339dcf35fb8970469266f19bbb4.tar.gz
Refer to return value in function documentation for atk_action_do_action
* atk/atkaction.c: Refer to return value in function documentation for atk_action_do_action * atk/atkimage.c: Fix typo in comments * docs/tmpl/atkaction.sgml: Update to include return value
Diffstat (limited to 'atk/atkimage.c')
-rwxr-xr-xatk/atkimage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atkimage.c b/atk/atkimage.c
index c8a719d..54477f6 100755
--- a/atk/atkimage.c
+++ b/atk/atkimage.c
@@ -72,7 +72,7 @@ atk_image_get_image_description (AtkImage *image)
* @width: filled with the image width
* @height: filled with the image height
*
- * Get the wdith and height in pixels for the specified image.
+ * Get the width and height in pixels for the specified image.
* The values of @width and @height are returned as -1 if the
* values cannot be obtained.
**/