From b1932477a7dd2c91d22f76b8ce74f24568a1764a Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Fri, 25 Apr 2014 13:19:21 +1200 Subject: Spelling error fixes --- source/blender/editors/transform/transform_manipulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/transform/transform_manipulator.c') diff --git a/source/blender/editors/transform/transform_manipulator.c b/source/blender/editors/transform/transform_manipulator.c index c8c86f76d32..2b8776a2816 100644 --- a/source/blender/editors/transform/transform_manipulator.c +++ b/source/blender/editors/transform/transform_manipulator.c @@ -1719,7 +1719,7 @@ static int manipulator_selectbuf(ScrArea *sa, ARegion *ar, const int mval[2], fl glSelectBuffer(64, buffer); glRenderMode(GL_SELECT); - glInitNames(); /* these two calls whatfor? It doesnt work otherwise */ + glInitNames(); /* these two calls whatfor? It doesn't work otherwise */ glPushName(-2); /* do the drawing */ -- cgit v1.2.3