From b3d15c05a91a3685e1693ce95d9d1c235a3cc66d Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Thu, 13 Jan 2022 16:43:08 +0100 Subject: typo --- source/blender/editors/geometry/geometry_intern.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/geometry/geometry_intern.hh b/source/blender/editors/geometry/geometry_intern.hh index 8a0f9294722..14992476edd 100644 --- a/source/blender/editors/geometry/geometry_intern.hh +++ b/source/blender/editors/geometry/geometry_intern.hh @@ -25,6 +25,6 @@ struct wmOperatorType; -/* *** geometry_attributes.c *** */ +/* *** geometry_attributes.cc *** */ void GEOMETRY_OT_attribute_add(struct wmOperatorType *ot); void GEOMETRY_OT_attribute_remove(struct wmOperatorType *ot); -- cgit v1.2.3