Cleanup: spelling

This commit is contained in:
2020-08-01 12:47:59 +10:00
parent 03afffc96a
commit 006e850a84
10 changed files with 17 additions and 17 deletions

View File

@@ -1150,7 +1150,7 @@ static int nlaevalchan_validate_index(NlaEvalChannel *nec, int index)
return 0;
}
/* Initialise default values for NlaEvalChannel from the property data. */
/* Initialize default values for NlaEvalChannel from the property data. */
static void nlaevalchan_get_default_values(NlaEvalChannel *nec, float *r_values)
{
PointerRNA *ptr = &nec->key.ptr;