Cleanup: Spelling Mistakes
This patch fixes many minor spelling mistakes, all in comments or console output. Mostly contractions like can't, won't, don't, its/it's, etc. Differential Revision: https://developer.blender.org/D11663 Reviewed by Harley Acheson
This commit is contained in:
@@ -1607,7 +1607,7 @@ static int image_replace_exec(bContext *C, wmOperator *op)
|
||||
|
||||
RNA_string_get(op->ptr, "filepath", str);
|
||||
|
||||
/* we cant do much if the str is longer than FILE_MAX :/ */
|
||||
/* we can't do much if the str is longer than FILE_MAX :/ */
|
||||
BLI_strncpy(sima->image->filepath, str, sizeof(sima->image->filepath));
|
||||
|
||||
if (sima->image->source == IMA_SRC_GENERATED) {
|
||||
|
||||
Reference in New Issue
Block a user