Fixed misspelled parameter.

Fixes #287.
master
Camilla Berglund ago%!(EXTRA string=11 years)
parent 5ea485e197
commit aa6f8d40bd
  1. 2
      src/cocoa_window.m

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

Loading…
Cancel
Save