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>2021-01-27 07:23:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-27 07:28:24 +0300
commitfc669a4c3ec0c3ccce7eecc4408636271f3a1fd4 (patch)
tree7c76ea24c229e01956cb09f238895aacc550894d /source/blender/editors/space_clip
parent6e03a66e78efcd07b352e5d6a5260cc0ef23523a (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/space_clip')
-rw-r--r--source/blender/editors/space_clip/clip_utils.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/space_clip/clip_utils.c b/source/blender/editors/space_clip/clip_utils.c
index faa3f18e8c1..939245288fa 100644
--- a/source/blender/editors/space_clip/clip_utils.c
+++ b/source/blender/editors/space_clip/clip_utils.c
@@ -499,12 +499,12 @@ bool clip_view_calculate_view_selection(
return false;
}
- /* NOTE: The `fit` argment is set to truth when doing "View to Selected" operator, and it set to
+ /* NOTE: The `fit` argument is set to truth when doing "View to Selected" operator, and it set to
* false when this function is used for Lock-to-Selection functionality. When locking to
- * selection the handles are to be ignored. So we can deriver the `include_handles` from `fit`.
+ * selection the handles are to be ignored. So we can derive the `include_handles` from `fit`.
*
- * TODO(sergey): Make such decision more explicit. Maybe pass usecase for the calculation to tell
- * operator from lock-to-selection apart. */
+ * TODO(sergey): Make such decision more explicit. Maybe pass use-case for the calculation to
+ * tell operator from lock-to-selection apart. */
float min[2], max[2];
if (!selected_boundbox(C, min, max, fit)) {
return false;