Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-04-25 10:55:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-25 10:58:38 +0300
commit0d69dfbfc16fc10d4c802809ea20b67979d7b35b (patch)
treece8fc924c4022a1eea59ad233fce629d7703acf6 /source/blender/draw/modes/pose_mode.c
parentdfd82b18df6b73cd91272f0b66d9fa59815db44c (diff)
Cleanup: typos
Diffstat (limited to 'source/blender/draw/modes/pose_mode.c')
-rw-r--r--source/blender/draw/modes/pose_mode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/draw/modes/pose_mode.c b/source/blender/draw/modes/pose_mode.c
index 1d3d31ab54d..6570df2d33c 100644
--- a/source/blender/draw/modes/pose_mode.c
+++ b/source/blender/draw/modes/pose_mode.c
@@ -112,7 +112,7 @@ static void POSE_cache_init(void *vedata)
}
}
-/* Add geometry to shadingGroups. Execute for each objects */
+/* Add geometry to shading groups. Execute for each objects */
static void POSE_cache_populate(void *vedata, Object *ob)
{
POSE_PassList *psl = ((POSE_Data *)vedata)->psl;
@@ -138,7 +138,7 @@ bool DRW_pose_mode_armature(Object *ob, Object *active_ob)
{
const DRWContextState *draw_ctx = DRW_context_state_get();
- /* Pode armature is handled by pose mode engine. */
+ /* Pose armature is handled by pose mode engine. */
if (((ob == active_ob) || (ob->base_flag & BASE_SELECTED)) &&
((draw_ctx->object_mode & OB_MODE_POSE) != 0))
{