Fix typos in comments.
authorCarl Hetherington <cth@carlh.net>
Tue, 11 Apr 2023 20:53:05 +0000 (22:53 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 11 Apr 2023 20:56:52 +0000 (22:56 +0200)
src/cpl.h
src/dcp_time.h
test/language_tag_test.cc
test/verify_test.cc

index 686954b244795ed0bc4bc9bcf1eca7bd1bd3bfe9..64d08ae96a0a9fe81385ba9660b7e6ddb4ccd1f5 100644 (file)
--- 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
index dbfdb7f0c060c0e3dd4309091137be61f268e182..506dafdafe857496f85f04517363f9cb8d219f1d 100644 (file)
@@ -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;
 
index eb4de6cb8f307986701825f7653165ae9e3c7f51..684937b118b0725541485e5a7780ac35a63152f8 100644 (file)
@@ -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;
index 4c1d1b7d09bc18945c47931e288dc51b52ddd1e7..159c179c1867625723e8c83dcd88f54f239775ea 100644 (file)
@@ -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)