Typos in last commit, sorry

This commit is contained in:
jens verwiebe 2014-03-13 18:04:58 +01:00
parent 36006220c3
commit 82333049b9
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ static void wm_window_add_ghostwindow(const char *title, wmWindow *win)
win->eventstate = MEM_callocN(sizeof(wmEvent), "window event state");
#ifdef __APPLE__
/* set the state here, else OSX would nor recignize changed screen resolution */
/* set the state here, else OSX would not recognize changed screen resolution */
GHOST_SetWindowState(ghostwin, (GHOST_TWindowState)win->windowstate);
#endif
/* store actual window size in blender window */