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:
authorHans Goudey <h.goudey@me.com>2022-06-20 18:14:00 +0300
committerHans Goudey <h.goudey@me.com>2022-06-20 18:14:17 +0300
commit9f8cc1bc349cb3e48af71e95b60693dfccfe2c82 (patch)
treecef6cc5e4fc27a82bdee5cb2dd99245f06094235 /source/blender/editors/include/ED_image.h
parent549f9a117810a8d4492b8c1757b4c0f4dc4780bb (diff)
Cleanup: Grammar: a vs an
Diffstat (limited to 'source/blender/editors/include/ED_image.h')
-rw-r--r--source/blender/editors/include/ED_image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_image.h b/source/blender/editors/include/ED_image.h
index 888bf0d86c5..3e5d4c3adf4 100644
--- a/source/blender/editors/include/ED_image.h
+++ b/source/blender/editors/include/ED_image.h
@@ -140,7 +140,7 @@ bool ED_space_image_check_show_maskedit(struct SpaceImage *sima, struct Object *
/* Returns true when the following conditions are met:
* - Current space is Image Editor.
- * - The image editor is not an UV Editor.
+ * - The image editor is not a UV Editor.
* - It is set to Mask mode.
*
* It is not required to have mask opened for editing. */
@@ -148,7 +148,7 @@ bool ED_space_image_maskedit_poll(struct bContext *C);
/* Returns true when the following conditions are met:
* - Current space is Image Editor.
- * - The image editor is not an UV Editor.
+ * - The image editor is not a UV Editor.
* - It is set to Mask mode.
* - The space has mask opened. */
bool ED_space_image_maskedit_mask_poll(struct bContext *C);