Cleanup: fix typos in comments

Contributed by luzpaz.

Differential Revision: https://developer.blender.org/D7133
This commit is contained in:
2020-03-19 20:33:23 +01:00
committed by Brecht Van Lommel
parent 83f171b626
commit a1322d7c95
20 changed files with 26 additions and 26 deletions

View File

@@ -2998,7 +2998,7 @@ static int image_unpack_exec(bContext *C, wmOperator *op)
Image *ima = image_from_context(C);
int method = RNA_enum_get(op->ptr, "method");
/* find the suppplied image by name */
/* find the supplied image by name */
if (RNA_struct_property_is_set(op->ptr, "id")) {
char imaname[MAX_ID_NAME - 2];
RNA_string_get(op->ptr, "id", imaname);