git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12976 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-03-04 19:48:48 +00:00
parent ced8958a2a
commit a84ad28ab7

View file

@ -204,7 +204,7 @@ static Class eventClass;
{
NSEvent *e;
if ((type < NSLeftMosueDown || type > NSRightMouseDragged)
if ((type < NSLeftMouseDown || type > NSRightMouseDragged)
&& (type != NSScrollWheel))
[NSException raise: NSInvalidArgumentException
format: @"mouseEvent with wrong type"];