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>2021-09-12 12:51:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-12 12:51:16 +0300
commit2aa7edbe6b4428d8f7915a9dc402d1209a4b114b (patch)
tree90d0d1b824388f5a787ac7ee8ae0ca6a1f5fd03d /source/blender/makesdna/DNA_curve_types.h
parent15405685d9a0111588a769fdba98e3d34464513f (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/makesdna/DNA_curve_types.h')
-rw-r--r--source/blender/makesdna/DNA_curve_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_curve_types.h b/source/blender/makesdna/DNA_curve_types.h
index 77ab2b67f3d..a2433dbbbbd 100644
--- a/source/blender/makesdna/DNA_curve_types.h
+++ b/source/blender/makesdna/DNA_curve_types.h
@@ -303,7 +303,7 @@ typedef struct Curve {
/**
* A pointer to curve data from evaluation. Owned by the object's #geometry_set_eval, either as a
- * geometry instance or the data of the evalauted #CurveComponent. The curve may also contain
+ * geometry instance or the data of the evaluated #CurveComponent. The curve may also contain
* data in the #nurb list, but for evaluated curves this is the proper place to retrieve data,
* since it also contains the result of geometry nodes evaluation, and isn't just a copy of the
* original object data.