diff --git a/core/metadata.cpp b/core/metadata.cpp index 2596276c6..dacfc9b1d 100644 --- a/core/metadata.cpp +++ b/core/metadata.cpp @@ -135,7 +135,7 @@ static bool parseMP4(QFile &f, metadata *metadata) std::vector atom_stack; atom_stack.reserve(10); - // For the outmost level, set the atom-size the the maximum value representable in + // For the outmost level, set the atom-size to the maximum value representable in // 64-bits, which effectively means parse to the end of file. atom_stack.push_back(UINT64_MAX);