From 48426c28bf8b0f88f31cc24b0c9f0d960b818637 Mon Sep 17 00:00:00 2001 From: Dinh Bowman Date: Wed, 6 Jul 2011 08:54:41 -0700 Subject: [PATCH] Fixed typo of bidng to bind https://bugzilla.gnome.org/show_bug.cgi?id=654103 --- clutter/clutter-bind-constraint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-bind-constraint.h b/clutter/clutter-bind-constraint.h index d5486c13c..8a029916b 100644 --- a/clutter/clutter-bind-constraint.h +++ b/clutter/clutter-bind-constraint.h @@ -53,7 +53,7 @@ typedef struct _ClutterBindConstraintClass ClutterBindConstraintClass; * @CLUTTER_BIND_X: Bind the X coordinate * @CLUTTER_BIND_Y: Bind the Y coordinate * @CLUTTER_BIND_WIDTH: Bind the width - * @CLUTTER_BIND_HEIGHT: Bidng the height + * @CLUTTER_BIND_HEIGHT: Bind the height * @CLUTTER_BIND_POSITION: Equivalent to to %CLUTTER_BIND_X and * %CLUTTER_BIND_Y * @CLUTTER_BIND_SIZE: Equivalent to %CLUTTER_BIND_WIDTH and