Corrected typo in source comment.
--- a/src/video/cocoa/SDL_cocoaopengl.m Thu Oct 31 10:02:21 2013 -0300
+++ b/src/video/cocoa/SDL_cocoaopengl.m Sat Nov 02 11:42:00 2013 +0100
@@ -37,7 +37,7 @@
#if MAC_OS_X_VERSION_MAX_ALLOWED < 1070
/* New methods for converting to and from backing store pixels, taken from
- * AppKite/NSView.h in 10.8 SDK. */
+ * AppKit/NSView.h in 10.8 SDK. */
@interface NSView (Backing)
- (NSPoint)convertPointToBacking:(NSPoint)aPoint;
- (NSPoint)convertPointFromBacking:(NSPoint)aPoint;