Fix typo accomodate -> accommodate.
authorCarl Hetherington <cth@carlh.net>
Mon, 20 Jan 2025 00:35:30 +0000 (01:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 20 Jan 2025 19:37:15 +0000 (20:37 +0100)
src/lib/film.cc

index abe8f4c3b42d3dc99b56dfbe7a798ec97d7eac0c..9c0637dbb9cc297fa13a492e37c4c54d351818a4 100644 (file)
@@ -1648,7 +1648,7 @@ Film::check_reel_boundaries_for_atmos()
                } else {
                        set_reel_type(ReelType::SINGLE);
                }
-               Message(variant::insert_dcpomatic("%1 had to change your reel settings to accomodate the Atmos content"));
+               Message(variant::insert_dcpomatic("%1 had to change your reel settings to accommodate the Atmos content"));
        }
 }