[Bf-blender-cvs] [f027838] master: Typo fix for comment

Joshua Leung noreply at git.blender.org
Sun Nov 30 14:52:49 CET 2014


Commit: f0278387e86519399898b7a79b94220f53ccae40
Author: Joshua Leung
Date:   Mon Dec 1 02:33:23 2014 +1300
Branches: master
https://developer.blender.org/rBf0278387e86519399898b7a79b94220f53ccae40

Typo fix for comment

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

M	source/blender/editors/screen/screen_context.c

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

diff --git a/source/blender/editors/screen/screen_context.c b/source/blender/editors/screen/screen_context.c
index 014fad5..ce9c608 100644
--- a/source/blender/editors/screen/screen_context.c
+++ b/source/blender/editors/screen/screen_context.c
@@ -401,7 +401,7 @@ int ed_screen_context(const bContext *C, const char *member, bContextDataResult
 	}
 	else if (CTX_data_equals(member, "gpencil_data")) {
 		/* FIXME: for some reason, CTX_data_active_object(C) returns NULL when called from these situations
-		 * (as outlined above - see Campbell's #ifdefs). That causes the get active function to fail when 
+		 * (as outlined above - see Campbell's #ifdefs). That causes the get_active function to fail when 
 		 * called from context. For that reason, we end up using an alternative where we pass everything in!
 		 */
 		bGPdata *gpd = ED_gpencil_data_get_active_direct((ID *)sc, scene, sa, obact);
@@ -513,7 +513,7 @@ int ed_screen_context(const bContext *C, const char *member, bContextDataResult
 			op = sfile->op;
 		}
 		else if ((op = UI_context_active_operator_get(C))) {
-			/* do nothign */
+			/* do nothing */
 		}
 		else {
 			/* note, this checks poll, could be a problem, but this also




More information about the Bf-blender-cvs mailing list