Fixed misspelled parameter.

Fixes #287.
This commit is contained in:
Camilla Berglund 2014-05-04 12:18:20 +02:00
parent 5ea485e197
commit aa6f8d40bd

View File

@ -127,7 +127,7 @@ static NSRect convertRectToBacking(_GLFWwindow* window, NSRect contentRect)
_GLFWwindow* window;
}
- (id)initWithGlfwWindow:(_GLFWwindow *)initWndow;
- (id)initWithGlfwWindow:(_GLFWwindow *)initWindow;
@end