Cleanup: spelling in comments

This commit is contained in:
Campbell Barton
2022-09-16 18:13:19 +10:00
parent 48d7ff68f0
commit 95f05a6a4b
126 changed files with 214 additions and 209 deletions

View File

@@ -45,7 +45,7 @@ enum {
PyObject *cb_user; \
/** Which user funcs do we adhere to, RNA, etc */ \
unsigned char cb_type; \
/** Subtype: location, rotation... \
/** Sub-type: location, rotation... \
* to avoid defining many new functions for every attribute of the same type */ \
unsigned char cb_subtype; \
/** Wrapped data type. */ \