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-03-30 03:38:24 +0300
committerCampbell Barton <campbell@blender.org>2022-03-30 03:38:24 +0300
commit9ae98f305a4c2ef226ad7319135aae0a7e811ed4 (patch)
tree4dce46ab06982a95a6af32337d48332b2fb0f2b0 /source/blender/editors/util/ed_transverts.c
parentbe8270bc76ef873adb646b97abcf925beae90137 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/editors/util/ed_transverts.c')
-rw-r--r--source/blender/editors/util/ed_transverts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/util/ed_transverts.c b/source/blender/editors/util/ed_transverts.c
index c1e093d5555..8d8f7733877 100644
--- a/source/blender/editors/util/ed_transverts.c
+++ b/source/blender/editors/util/ed_transverts.c
@@ -33,7 +33,7 @@
#include "ED_transverts.h" /* own include */
-/* copied from editobject.c, now uses (almost) proper depgraph */
+/* copied from editobject.c, now uses (almost) proper depsgraph. */
void ED_transverts_update_obedit(TransVertStore *tvs, Object *obedit)
{
const int mode = tvs->mode;