summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-04-11 23:03:36 +0200
committerCarl Hetherington <cth@carlh.net>2023-05-13 08:54:58 +0200
commit87c1ac59d40f611fed94fa4120f9c21ef2baa2d2 (patch)
tree4453763a915f57b3c7aa2ec05189e63fed6a9269 /test
parenta4c510f8e3730d918c5ba54b1b4aaf307d748e0f (diff)
Fix some typos in comments.
Diffstat (limited to 'test')
-rw-r--r--test/isdcf_name_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/isdcf_name_test.cc b/test/isdcf_name_test.cc
index 3ccfd7d9a..a359e3efa 100644
--- a/test/isdcf_name_test.cc
+++ b/test/isdcf_name_test.cc
@@ -233,7 +233,7 @@ BOOST_AUTO_TEST_CASE (isdcf_name_test)
film->set_audio_language(dcp::LanguageTag("pt-BR"));
BOOST_CHECK_EQUAL (film->isdcf_name(false), "LikeShouting_XSN-2_F-133_QBP-fr_US-R_71-HI-VI_4K_DI_20140704_PPF_SMPTE_OV");
- /* Check that nothing is added for non-existant ratings */
+ /* Check that nothing is added for non-existent ratings */
film->set_ratings({});
BOOST_CHECK_EQUAL (film->isdcf_name(false), "LikeShouting_XSN-2_F-133_QBP-fr_US_71-HI-VI_4K_DI_20140704_PPF_SMPTE_OV");
}