Fix spelling mistake in test.
authorCarl Hetherington <cth@carlh.net>
Wed, 22 Jan 2025 15:15:59 +0000 (16:15 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 22 Jan 2025 15:15:59 +0000 (16:15 +0100)
test/reels_test.cc

index 5feff84f2d27af899e1f9ced860bb3e3da273e3f..cc200c94d4ef18974324e052d7c5dc08e0d4a764 100644 (file)
@@ -668,7 +668,7 @@ BOOST_AUTO_TEST_CASE(reel_assets_same_length_with_atmos)
        picture->video->set_length(480);
 
        BOOST_REQUIRE_EQUAL(messages.size(), 1U);
-       BOOST_CHECK_EQUAL(messages[0], variant::insert_dcpomatic("%1 had to change your reel settings to accomodate the Atmos content"));
+       BOOST_CHECK_EQUAL(messages[0], variant::insert_dcpomatic("%1 had to change your reel settings to accommodate the Atmos content"));
 
        auto const reels = film->reels();
        BOOST_CHECK_EQUAL(reels.size(), 2U);