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:
authorCampbell Barton <ideasman42@gmail.com>2019-11-27 06:54:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-11-27 06:54:53 +0300
commit4fd99c949587781529a998d5baa2870c93cd80b4 (patch)
tree2945796a705c76acb608b9d389f9e0a4564e462a /source/blender/windowmanager/intern/wm_operator_props.c
parentb9e10273e0412f357698462247d595d54043234e (diff)
Cleanup: spelling, clang-format
Diffstat (limited to 'source/blender/windowmanager/intern/wm_operator_props.c')
-rw-r--r--source/blender/windowmanager/intern/wm_operator_props.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/windowmanager/intern/wm_operator_props.c b/source/blender/windowmanager/intern/wm_operator_props.c
index 72646718e41..9aefb4f68cb 100644
--- a/source/blender/windowmanager/intern/wm_operator_props.c
+++ b/source/blender/windowmanager/intern/wm_operator_props.c
@@ -404,7 +404,7 @@ void WM_operator_properties_select_operation_simple(wmOperatorType *ot)
*
* For default click selection (with no modifier keys held), the select operators can do the
* following:
- * - On a mouse press on an unselected item, change selection and finish immidiately after.
+ * - On a mouse press on an unselected item, change selection and finish immediately after.
* This sends an undo push and allows transform to take over should a tweak event be caught now.
* - On a mouse press on a selected item, don't change selection state, but start modal execution
* of the operator. Idea is that we wait with deselecting other items until we know that the
@@ -418,8 +418,8 @@ void WM_operator_properties_select_operation_simple(wmOperatorType *ot)
* help getting the wanted behavior to work. Most generic logic should be handled in these, so that
* the select operators only have to care for the case dependent handling.
*
- * Every select operator has slightly diferent requirements, e.g. VSE strip selection also needs to
- * account for handle selection. This should be the baseline behavior though.
+ * Every select operator has slightly different requirements, e.g. VSE strip selection also needs
+ * to account for handle selection. This should be the baseline behavior though.
*/
void WM_operator_properties_generic_select(wmOperatorType *ot)
{