Fix some spelling mistakes (mostly in comments).
[dcpomatic.git] / test / find_missing_test.cc
index 3e64bede4c50aebe221da239a0a3860d7a4db027..51ae5800cb0506d431a8454c3fa2f50391f59407 100644 (file)
@@ -55,7 +55,7 @@ BOOST_AUTO_TEST_CASE (find_missing_test_with_single_files)
                });
        film->write_metadata ();
 
-       /* Move the content somewhere eles */
+       /* Move the content somewhere else */
        auto moved = path("build/test") / path(name + "_moved");
        remove_all (moved);
        rename (content_dir, moved);