Commit 0f8d9995fe76a6eeb260ea877d2d38ff583da6f1

Philipp Wiesemann 2013-11-02T11:42:00

Corrected typo in source comment.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/video/cocoa/SDL_cocoaopengl.m b/src/video/cocoa/SDL_cocoaopengl.m
index 497084f..803b92f 100644
--- a/src/video/cocoa/SDL_cocoaopengl.m
+++ b/src/video/cocoa/SDL_cocoaopengl.m
@@ -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;