X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Ffind_missing_test.cc;h=51ae5800cb0506d431a8454c3fa2f50391f59407;hb=182b9d2e2feb6545592868606aaf0f0146095481;hp=3e64bede4c50aebe221da239a0a3860d7a4db027;hpb=b1e22dff981fb86ae04b12bb5a064e61030793a8;p=dcpomatic.git diff --git a/test/find_missing_test.cc b/test/find_missing_test.cc index 3e64bede4..51ae5800c 100644 --- a/test/find_missing_test.cc +++ b/test/find_missing_test.cc @@ -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);