Cleanup: spelling

This commit is contained in:
2021-02-14 20:58:04 +11:00
parent 07c6a57507
commit 67c8d97db3
51 changed files with 202 additions and 187 deletions

View File

@@ -42,7 +42,7 @@ struct wmOperatorType;
#define WM_TOOLSYSTEM_SPACE_MASK \
((1 << SPACE_IMAGE) | (1 << SPACE_NODE) | (1 << SPACE_VIEW3D) | (1 << SPACE_SEQ))
/* Values that define a categoey of active tool. */
/* Values that define a category of active tool. */
typedef struct bToolKey {
int space_type;
int mode;