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:
authorJacques Lucke <jacques@blender.org>2021-03-05 12:22:39 +0300
committerJacques Lucke <jacques@blender.org>2021-03-05 12:22:39 +0300
commit381e2d4dc2b2773e348bfb481ab22bb9d553986c (patch)
tree6f41b98209a8203391c40a19c3d7fb41b8ea3fa2 /source/blender/editors/util/ed_draw.c
parentcf6208382eb6142085e7ce3052b177344ea156cc (diff)
parentb5d154f400e46ba322f0e08a231bb2557bf51a1e (diff)
Merge branch 'master' into temp-spreadsheet-editortemp-spreadsheet-editor
Diffstat (limited to 'source/blender/editors/util/ed_draw.c')
-rw-r--r--source/blender/editors/util/ed_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/util/ed_draw.c b/source/blender/editors/util/ed_draw.c
index 94adba36664..d7b22b4f601 100644
--- a/source/blender/editors/util/ed_draw.c
+++ b/source/blender/editors/util/ed_draw.c
@@ -116,7 +116,7 @@ BLI_INLINE bool metadata_is_valid(ImBuf *ibuf, char *r_str, short index, int off
BLI_INLINE bool metadata_is_custom_drawable(const char *field)
{
- /* Metadata field stored by Blender for multilayer EXR images. Is rather
+ /* Metadata field stored by Blender for multi-layer EXR images. Is rather
* useless to be viewed all the time. Can still be seen in the Metadata
* panel. */
if (STREQ(field, "BlenderMultiChannel")) {