From 9d9c05a10106ea08cf5082633a5dd0a007d860ba Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 16 Aug 2022 10:37:34 +1000 Subject: Cleanup: spelling in comments --- source/blender/editors/include/ED_sculpt.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/include/ED_sculpt.h') diff --git a/source/blender/editors/include/ED_sculpt.h b/source/blender/editors/include/ED_sculpt.h index 5efeeaa29e1..1e220d33ff4 100644 --- a/source/blender/editors/include/ED_sculpt.h +++ b/source/blender/editors/include/ED_sculpt.h @@ -42,9 +42,10 @@ void ED_sculpt_end_transform(struct bContext *C, struct Object *ob); /** Export for ED_undo_sys. */ void ED_sculpt_undosys_type(struct UndoType *ut); -/* Pushes an undo step using the operator name. This is necassary for +/** + * Pushes an undo step using the operator name. This is necessary for * redo panels to work; operators that do not support that may use - * ED_sculpt_undo_geometry_begin_ex instead if so desired. + * #ED_sculpt_undo_geometry_begin_ex instead if so desired. */ void ED_sculpt_undo_geometry_begin(struct Object *ob, const struct wmOperator *op); void ED_sculpt_undo_geometry_begin_ex(struct Object *ob, const char *name); -- cgit v1.2.3