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-05-15 12:05:07 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-05-15 12:20:45 +0300
commit6398892121537797fc3cb39404b8b3608e46f734 (patch)
treeafa837c3a64c64bfe1f865c2ea1414567f310c5d /intern/libmv
parentf1cb11f0fa065c5e81a6ee8e8282bd842c0172ee (diff)
Libmv: Cleanup, spelling
Diffstat (limited to 'intern/libmv')
-rw-r--r--intern/libmv/libmv/autotrack/reconstruction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/libmv/libmv/autotrack/reconstruction.h b/intern/libmv/libmv/autotrack/reconstruction.h
index e1d4e882cbd..7b34a0951a3 100644
--- a/intern/libmv/libmv/autotrack/reconstruction.h
+++ b/intern/libmv/libmv/autotrack/reconstruction.h
@@ -51,7 +51,7 @@ class Point {
};
// A reconstruction for a set of tracks. The indexing for clip, frame, and
-// track should match that of a Tracs object, stored elsewhere.
+// track should match that of a Tracks object, stored elsewhere.
class Reconstruction {
public:
// All methods copy their input reference or take ownership of the pointer.