Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Oeser <info@graphics-engineer.com>2019-05-13 11:14:41 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2019-05-13 11:14:41 +0300
commit8cb1de83fc2add3ffd5a9b5748f983aea695a008 (patch)
tree98093490e4fc00689ccc7122d8cee33d741745aa /source/blender/windowmanager/WM_types.h
parent422be98c47bb2010722e6d9503ec38d6a87bc55a (diff)
cleanup: typo in comment
Diffstat (limited to 'source/blender/windowmanager/WM_types.h')
-rw-r--r--source/blender/windowmanager/WM_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/WM_types.h b/source/blender/windowmanager/WM_types.h
index 154c4837a68..b3c36857dce 100644
--- a/source/blender/windowmanager/WM_types.h
+++ b/source/blender/windowmanager/WM_types.h
@@ -605,7 +605,7 @@ typedef struct wmOperatorType {
* that the operator might still fail to execute even if this return true */
bool (*poll)(struct bContext *) ATTR_WARN_UNUSED_RESULT;
- /* Use to check of properties should be displayed in auto-generated UI.
+ /* Use to check if properties should be displayed in auto-generated UI.
* Use 'check' callback to enforce refreshing. */
bool (*poll_property)(const struct bContext *C,
struct wmOperator *op,