projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
373279b
)
Fix typo accomodate -> accommodate.
author
Carl Hetherington
<cth@carlh.net>
Mon, 20 Jan 2025 00:35:30 +0000
(
01:35
+0100)
committer
Carl Hetherington
<cth@carlh.net>
Mon, 20 Jan 2025 19:37:15 +0000
(20:37 +0100)
src/lib/film.cc
patch
|
blob
|
history
diff --git
a/src/lib/film.cc
b/src/lib/film.cc
index abe8f4c3b42d3dc99b56dfbe7a798ec97d7eac0c..9c0637dbb9cc297fa13a492e37c4c54d351818a4 100644
(file)
--- 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 accom
m
odate the Atmos content"));
}
}