From 2aa7edbe6b4428d8f7915a9dc402d1209a4b114b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 12 Sep 2021 19:51:16 +1000 Subject: Cleanup: spelling --- source/blender/makesdna/DNA_curve_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_curve_types.h') 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. -- cgit v1.2.3