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 <campbell@blender.org>2022-07-08 02:10:30 +0300
committerCampbell Barton <campbell@blender.org>2022-07-08 02:48:49 +0300
commit03173d63c01aede48f361ce83f53e5e9d8236c05 (patch)
tree4b4475b24114d73275ad679e6e13885dbd6360ed /source/blender/blenkernel/intern/image_save.cc
parent9ef37369592ee74a4e675ece6bdd37b9aca3f9ad (diff)
Cleanup: spelling in comments
Also move mis-placed doc-string.
Diffstat (limited to 'source/blender/blenkernel/intern/image_save.cc')
-rw-r--r--source/blender/blenkernel/intern/image_save.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/image_save.cc b/source/blender/blenkernel/intern/image_save.cc
index 07ffc35907a..3f6f81845e2 100644
--- a/source/blender/blenkernel/intern/image_save.cc
+++ b/source/blender/blenkernel/intern/image_save.cc
@@ -290,7 +290,7 @@ static void image_save_post(ReportList *reports,
BLI_strncpy(ibuf->name, filepath, sizeof(ibuf->name));
}
- /* The tiled image codepath must call this on its own. */
+ /* The tiled image code-path must call this on its own. */
if (ima->source != IMA_SRC_TILED) {
image_save_update_filepath(ima, filepath, opts);
}