[Bf-blender-cvs] [63988921215] master: Libmv: Cleanup, spelling

Sergey Sharybin noreply at git.blender.org
Fri May 15 11:20:52 CEST 2020


Commit: 6398892121537797fc3cb39404b8b3608e46f734
Author: Sergey Sharybin
Date:   Fri May 15 11:05:07 2020 +0200
Branches: master
https://developer.blender.org/rB6398892121537797fc3cb39404b8b3608e46f734

Libmv: Cleanup, spelling

===================================================================

M	intern/libmv/libmv/autotrack/reconstruction.h

===================================================================

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.



More information about the Bf-blender-cvs mailing list