summaryrefslogtreecommitdiff
path: root/atspi/atspi-component.c
diff options
context:
space:
mode:
Diffstat (limited to 'atspi/atspi-component.c')
-rw-r--r--atspi/atspi-component.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/atspi/atspi-component.c b/atspi/atspi-component.c
index 726ea345..67ef5a1d 100644
--- a/atspi/atspi-component.c
+++ b/atspi/atspi-component.c
@@ -379,8 +379,8 @@ atspi_component_set_extents (AtspiComponent *obj,
/**
* atspi_component_set_position:
* @obj: a pointer to the #AtspiComponent to move.
- * @x: the new vertical position to which the component should be moved.
- * @y: the new horizontal position to which the component should be moved.
+ * @x: the new horizontal position to which the component should be moved.
+ * @y: the new vertical position to which the component should be moved.
* @ctype: the coordinate system in which the position is specified.
* (e.g. ATSPI_COORD_TYPE_WINDOW, ATSPI_COORD_TYPE_SCREEN).
*