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>2020-05-21 09:22:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-21 09:22:37 +0300
commit8d648e097261f81afc340b07e48f34ee99216a2b (patch)
tree2fb6c38c75a7fca61fc5ceeaf5fc3af7528ca33a /source/blender/editors/sculpt_paint/paint_ops.c
parentfcfb87def9378e874c9bb32638bd58ac5c06d19a (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_ops.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_ops.c b/source/blender/editors/sculpt_paint/paint_ops.c
index c2b771088a8..634e29ca400 100644
--- a/source/blender/editors/sculpt_paint/paint_ops.c
+++ b/source/blender/editors/sculpt_paint/paint_ops.c
@@ -732,7 +732,7 @@ static bool brush_generic_tool_set(bContext *C,
/* Tool System
* This is needed for when there is a non-sculpt tool active (transform for e.g.).
- * In case we are toogling (and the brush changed to the toggle_brush), we need to get the
+ * In case we are toggling (and the brush changed to the toggle_brush), we need to get the
* tool_name again. */
int tool_result = brush_tool(brush, paint->runtime.tool_offset);
ePaintMode paint_mode = BKE_paintmode_get_active_from_context(C);