Various work on audio mapping.
[dcpomatic.git] / src / lib / content.cc
index b00ea3e5774ec02d89e2f77778892861af818bb9..9a7cb0f34f68e0837862bbc96bc36aca00ab6d27 100644 (file)
@@ -24,7 +24,6 @@
 #include "content.h"
 #include "util.h"
 #include "content_factory.h"
-#include "ui_signaller.h"
 #include "exceptions.h"
 #include "film.h"
 #include "safe_stringstream.h"
@@ -140,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.
        */