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 <ideasman42@gmail.com>2020-03-22 04:09:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-22 04:17:25 +0300
commitad7bb8e42c385f6777e14649bd238de2348ad31b (patch)
tree503a787291a8dc7b7072d6fd0b03fcdd45ea0af1 /source/blender/editors/util/ed_util.c
parent1e4f6b231ce54e894b308c00e56525c085db8781 (diff)
Cleanup: spelling, correct Mesh.mface docs
Diffstat (limited to 'source/blender/editors/util/ed_util.c')
-rw-r--r--source/blender/editors/util/ed_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/util/ed_util.c b/source/blender/editors/util/ed_util.c
index 10b8851f157..fa28d9c2d6d 100644
--- a/source/blender/editors/util/ed_util.c
+++ b/source/blender/editors/util/ed_util.c
@@ -127,7 +127,7 @@ void ED_editors_init(bContext *C)
}
else if (ob->type == OB_GPENCIL) {
/* For multi-edit mode we may already have mode data (grease pencil does not need it).
- * However we may have a non-active object stuck in a greasepencil edit mode. */
+ * However we may have a non-active object stuck in a grease-pencil edit mode. */
if (ob != obact) {
ob->mode = OB_MODE_OBJECT;
DEG_id_tag_update(&ob->id, ID_RECALC_COPY_ON_WRITE);