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-03-18 14:28:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-18 14:28:54 +0300
commit406026abba130be90e1a9824e4fb0a5d8eedd759 (patch)
tree3e8c9d361a91f2a02a0c4d1172817b1555b69827 /source/blender/editors/space_clip
parentc3651adf8914048ecd2668937c3ed4414a6707bd (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/space_clip')
-rw-r--r--source/blender/editors/space_clip/clip_editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_clip/clip_editor.c b/source/blender/editors/space_clip/clip_editor.c
index 9716ef48262..1ac4e4a81a7 100644
--- a/source/blender/editors/space_clip/clip_editor.c
+++ b/source/blender/editors/space_clip/clip_editor.c
@@ -188,7 +188,7 @@ void ED_space_clip_get_aspect_dimension_aware(SpaceClip *sc, float *aspx, float
* due to they're invariant to this stuff, but some transformation tools like rotation
* should be aware of aspect correction caused by different resolution in different
* directions.
- * mainly this is sued for transformation stuff
+ * mainly this is used for transformation stuff
*/
if (!sc->clip) {