[Bf-blender-cvs] [8233304] master: Typos in last commit, sorry

Jens Verwiebe noreply at git.blender.org
Thu Mar 13 18:05:15 CET 2014


Commit: 82333049b964f53de5d393e191c7ca582f3bad99
Author: Jens Verwiebe
Date:   Thu Mar 13 18:04:58 2014 +0100
https://developer.blender.org/rB82333049b964f53de5d393e191c7ca582f3bad99

Typos in last commit, sorry

===================================================================

M	source/blender/windowmanager/intern/wm_window.c

===================================================================

diff --git a/source/blender/windowmanager/intern/wm_window.c b/source/blender/windowmanager/intern/wm_window.c
index 9fa64bf..dfac1f2 100644
--- a/source/blender/windowmanager/intern/wm_window.c
+++ b/source/blender/windowmanager/intern/wm_window.c
@@ -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 */




More information about the Bf-blender-cvs mailing list