From 6eb965e9e729c63e7d688f4a7687e7ba62341b10 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 22 Jan 2025 16:15:59 +0100 Subject: Fix spelling mistake in test. --- test/reels_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/reels_test.cc b/test/reels_test.cc index 5feff84f2..cc200c94d 100644 --- a/test/reels_test.cc +++ b/test/reels_test.cc @@ -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); -- cgit v1.2.3