diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-20 01:35:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-20 20:37:15 +0100 |
| commit | 73fc40eb6a71b4b389b59dcdbef583555e417089 (patch) | |
| tree | 770f0b6daa3d5321256bc81756073c74016e3725 /src/lib | |
| parent | 373279b978afd39f0d028debfe4aa116bbb68517 (diff) | |
Fix typo accomodate -> accommodate.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/film.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index abe8f4c3b..9c0637dbb 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -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")); } } |
