[clutter] Fixed typo of bidng to bind



commit 48426c28bf8b0f88f31cc24b0c9f0d960b818637
Author: Dinh Bowman <dinh vagueindustries com>
Date:   Wed Jul 6 08:54:41 2011 -0700

    Fixed typo of bidng to bind
    
    https://bugzilla.gnome.org/show_bug.cgi?id=654103

 clutter/clutter-bind-constraint.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-bind-constraint.h b/clutter/clutter-bind-constraint.h
index d5486c1..8a02991 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]