summaryrefslogtreecommitdiff
path: root/src/lib/film.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-20 01:35:30 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-20 20:37:15 +0100
commit73fc40eb6a71b4b389b59dcdbef583555e417089 (patch)
tree770f0b6daa3d5321256bc81756073c74016e3725 /src/lib/film.cc
parent373279b978afd39f0d028debfe4aa116bbb68517 (diff)
Fix typo accomodate -> accommodate.
Diffstat (limited to 'src/lib/film.cc')
-rw-r--r--src/lib/film.cc2
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"));
}
}