From 140e4e1be29cfef0627177f91d5d9a2fd483f7e3 Mon Sep 17 00:00:00 2001
From: Neil Roberts <neil@linux.intel.com>
Date: Wed, 17 Dec 2008 14:47:23 +0000
Subject: [PATCH] Minor fix to documentation for clutter_actor_get_anchor_point

In both versions of clutter_actor_get_anchor_point the description of
the @anchor_y parameter was slightly wrong in different ways.
---
 clutter/clutter-actor.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c
index df15c7ed3..719524c91 100644
--- a/clutter/clutter-actor.c
+++ b/clutter/clutter-actor.c
@@ -6172,7 +6172,7 @@ clutter_actor_move_anchor_point (ClutterActor *self,
  * clutter_actor_get_anchor_point:
  * @self: a #ClutterActor
  * @anchor_x: return location for the X coordinate of the anchor point
- * @anchor_y: return location for the y coordinate of the anchor point
+ * @anchor_y: return location for the Y coordinate of the anchor point
  *
  * Gets the current anchor point of the @actor in pixels.
  *
@@ -6280,8 +6280,8 @@ clutter_actor_move_anchor_pointu (ClutterActor *self,
 /**
  * clutter_actor_get_anchor_pointu:
  * @self: a #ClutterActor
- * @anchor_x: return location for the X coordinace of the anchor point
- * @anchor_y: return location for the X coordinace of the anchor point
+ * @anchor_x: return location for the X coordinate of the anchor point
+ * @anchor_y: return location for the Y coordinate of the anchor point
  *
  * Gets the current anchor point of the @actor in #ClutterUnit<!-- -->s.
  *