Cleanup: typos

This commit is contained in:
Campbell Barton 2018-04-25 09:55:37 +02:00
parent dfd82b18df
commit 0d69dfbfc1
2 changed files with 4 additions and 4 deletions

View File

@ -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))
{

View File

@ -176,9 +176,9 @@ bool WM_manipulatorgrouptype_free(const char *idname)
return true;
}
static void wm_manipulatorgrouptype_ghash_free_cb(wmManipulatorGroupType *mt)
static void wm_manipulatorgrouptype_ghash_free_cb(wmManipulatorGroupType *wgt)
{
manipulatorgrouptype_free(mt);
manipulatorgrouptype_free(wgt);
}
void wm_manipulatorgrouptype_free(void)