Fixed typo

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4222 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-05-07 11:09:07 +00:00
parent 80cb0f7b81
commit b02a0ecc16

View file

@ -91,7 +91,7 @@
/*
* Class variables
*/
static SEL ccSel = @selector(_checkCusrorRectangles:forEvent:);
static SEL ccSel = @selector(_checkCursorRectangles:forEvent:);
static SEL ctSel = @selector(_checkTrackingRectangles:forEvent:);
static IMP ccImp;
static IMP ctImp;