Skip to content

Commit 4d43825

Browse files
committed
fix typo
1 parent f93c670 commit 4d43825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/win32/GSRunLoopCtxt.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ - (id) initWithMode: (NSString*)theMode extra: (void*)e
8585
handleMap = NSCreateMapTable(NSIntegerMapKeyCallBacks,
8686
[self watcherCallbacks], 0);
8787
winMsgMap = NSCreateMapTable(NSIntegerMapKeyCallBacks,
88-
[self WatcherCallbacks], 0);
88+
[self watcherCallbacks], 0);
8989
}
9090
return self;
9191
}

0 commit comments

Comments
 (0)