Handle multiple audio streams in a single piece of content
[dcpomatic.git] / src / lib / content.cc
index b9e8367e1c3025ba0b0ea992c6a5c8830de60efb..9a7cb0f34f68e0837862bbc96bc36aca00ab6d27 100644 (file)
@@ -139,7 +139,7 @@ Content::examine (shared_ptr<Job> job)
        vector<boost::filesystem::path> p = _paths;
        lm.unlock ();
 
-       /* Some content files are very big, so we use a poor's
+       /* Some content files are very big, so we use a poor man's
           digest here: a MD5 of the first and last 1e6 bytes with the
           size of the first file tacked on the end as a string.
        */