summaryrefslogtreecommitdiff
path: root/test/find_missing_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-15 01:15:55 +0200
committerCarl Hetherington <cth@carlh.net>2022-09-15 01:15:55 +0200
commitc103d8c1306e5fb3937b3a6c430a3fff32653fa3 (patch)
tree60609a21e09595990e38d33fa5df2f32a49fe8b9 /test/find_missing_test.cc
parent41bab4e95911d3ae99081556db5fe1d29ac008b5 (diff)
Fix some spelling mistakes (mostly in comments).
Diffstat (limited to 'test/find_missing_test.cc')
-rw-r--r--test/find_missing_test.cc2
1 files changed, 1 insertions, 1 deletions
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);