Libmv: Cleanup, spelling

This commit is contained in:
Sergey Sharybin 2020-05-15 11:05:07 +02:00
parent f1cb11f0fa
commit 6398892121
1 changed files with 1 additions and 1 deletions

View File

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