Code

fix an old typo by lauris
authorbuliabyak <buliabyak@users.sourceforge.net>
Sat, 15 Apr 2006 03:06:53 +0000 (03:06 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Sat, 15 Apr 2006 03:06:53 +0000 (03:06 +0000)
src/knot.h

index ceeca0169b28294f82c26c593035907083d55e9e..c3ae07963a7371a7fdacc4c1cc352566ba703438 100644 (file)
@@ -140,7 +140,7 @@ GType sp_knot_get_type();
 SPKnot *sp_knot_new(SPDesktop *desktop, gchar const *tip = NULL);
 
 #define SP_KNOT_IS_VISIBLE(k) ((k->flags & SP_KNOT_VISIBLE) != 0)
-#define SP_KNOT_IS_MOSEOVER(k) ((k->flags & SP_KNOT_MOUSEOVER) != 0)
+#define SP_KNOT_IS_MOUSEOVER(k) ((k->flags & SP_KNOT_MOUSEOVER) != 0)
 #define SP_KNOT_IS_DRAGGING(k) ((k->flags & SP_KNOT_DRAGGING) != 0)
 #define SP_KNOT_IS_GRABBED(k) ((k->flags & SP_KNOT_GRABBED) != 0)