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:
-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.