[Bf-blender-cvs] [8cb1de83fc2] master: cleanup: typo in comment

Philipp Oeser noreply at git.blender.org
Mon May 13 10:18:29 CEST 2019


Commit: 8cb1de83fc2add3ffd5a9b5748f983aea695a008
Author: Philipp Oeser
Date:   Mon May 13 10:14:41 2019 +0200
Branches: master
https://developer.blender.org/rB8cb1de83fc2add3ffd5a9b5748f983aea695a008

cleanup: typo in comment

===================================================================

M	source/blender/windowmanager/WM_types.h

===================================================================

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,



More information about the Bf-blender-cvs mailing list