From 36d6aa428f4848cfb153b34bdc4921ee9cabb227 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 1 Jul 2020 13:12:24 +1000 Subject: Cleanup: spelling --- source/blender/windowmanager/intern/wm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/windowmanager/intern/wm.c') diff --git a/source/blender/windowmanager/intern/wm.c b/source/blender/windowmanager/intern/wm.c index 0032a341610..2112477e62a 100644 --- a/source/blender/windowmanager/intern/wm.c +++ b/source/blender/windowmanager/intern/wm.c @@ -165,10 +165,10 @@ void WM_operator_free_all_after(wmWindowManager *wm, struct wmOperator *op) /** * Use with extreme care!, - * properties, customdata etc - must be compatible. + * properties, custom-data etc - must be compatible. * * \param op: Operator to assign the type to. - * \param ot: OperatorType to assign. + * \param ot: Operator type to assign. */ void WM_operator_type_set(wmOperator *op, wmOperatorType *ot) { -- cgit v1.2.3