summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cpl.h2
-rw-r--r--src/dcp_time.h4
-rw-r--r--test/language_tag_test.cc2
-rw-r--r--test/verify_test.cc2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/cpl.h b/src/cpl.h
index 686954b2..64d08ae9 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -120,7 +120,7 @@ public:
/** @return true if we have all our encryptable content is encrypted */
bool all_encrypted () const;
- /** Write an CompositonPlaylist XML file
+ /** Write a CompositionPlaylist XML file
*
* @param file Filename to write
* @param signer Signer to sign the CPL, or 0 to add no signature
diff --git a/src/dcp_time.h b/src/dcp_time.h
index dbfdb7f0..506dafda 100644
--- a/src/dcp_time.h
+++ b/src/dcp_time.h
@@ -108,7 +108,7 @@ public:
* HH:MM:SS:EE for SMPTE
* HH:MM:SS:E[E[E]] or HH:MM:SS.s[s[s]] for Interop
* where HH are hours, MM minutes, SS seconds, EE editable units and
- * sss millseconds.
+ * sss milliseconds.
*
* @param tcr_ Timecode rate if this is a SMPTE time, otherwise empty for an Interop time
*/
@@ -139,7 +139,7 @@ public:
int64_t as_editable_units_ceil (int tcr_) const;
/** @param tcr_ New timecode rate
- * @return A new Time which is this time at the spcified new timecode rate
+ * @return A new Time which is this time at the specified new timecode rate
*/
Time rebase (int tcr_) const;
diff --git a/test/language_tag_test.cc b/test/language_tag_test.cc
index eb4de6cb..684937b1 100644
--- a/test/language_tag_test.cc
+++ b/test/language_tag_test.cc
@@ -171,7 +171,7 @@ BOOST_AUTO_TEST_CASE (language_tag_create_test)
BOOST_CHECK_EQUAL (t.description(), "Eastern Armenian dialect of Armenian written using the Latin script for Italy");
}
- /* Langauge + script + region + variant + extlang */
+ /* Language + script + region + variant + extlang */
{
dcp::LanguageTag t;
diff --git a/test/verify_test.cc b/test/verify_test.cc
index 4c1d1b7d..159c179c 100644
--- a/test/verify_test.cc
+++ b/test/verify_test.cc
@@ -118,7 +118,7 @@ prepare_directory (path path)
/** Copy dcp_test{reference_number} to build/test/verify_test{verify_test_suffix}
- * to make a new sacrifical test DCP.
+ * to make a new sacrificial test DCP.
*/
static path
setup (int reference_number, string verify_test_suffix)