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:
authorSergey Sharybin <sergey.vfx@gmail.com>2020-04-20 18:26:45 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-04-20 18:26:45 +0300
commit749181ff4d34f9b92de235eacbad92b7861dd5d9 (patch)
tree961da08cc8f7b695fffbc1a07bf8230e00b9578f /intern/libmv
parente9c9e1c2c7c1f740edbd771baf3f06b33d76c1b8 (diff)
Libmv: Cleanup, spelling in comment
Diffstat (limited to 'intern/libmv')
-rw-r--r--intern/libmv/libmv/simple_pipeline/bundle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/libmv/libmv/simple_pipeline/bundle.cc b/intern/libmv/libmv/simple_pipeline/bundle.cc
index bc2b5f65f53..048b58de653 100644
--- a/intern/libmv/libmv/simple_pipeline/bundle.cc
+++ b/intern/libmv/libmv/simple_pipeline/bundle.cc
@@ -66,7 +66,7 @@ enum {
namespace {
-// Apply distorion model (aka distort the input) for the given input in the
+// Apply distortion model (aka distort the input) for the given input in the
// normalized space.
// Only use for distortion models which are analytically defined for their
// Apply() function.