X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fconfig.cc;h=eeb009594a0d1db48b905d78cb9331cdaa3aafd7;hb=ff639b3cf30afcc097bfd21d39c8d15f466cadd6;hp=18c792223b020ff1c195f2fb0eca7c1b06e1f84e;hpb=b5cd81225e49fc983777dbf15a38e262fb2dd9f6;p=dcpomatic.git diff --git a/src/lib/config.cc b/src/lib/config.cc index 18c792223..eeb009594 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -734,7 +734,7 @@ Config::write_config () const root->add_child("DefaultContainer")->add_child_text (_default_container->id ()); } if (_default_dcp_content_type) { - /* [XML:opt] DefaultDCPContentType Default content type ot use when creating new films (FTR, SHR, + /* [XML:opt] DefaultDCPContentType Default content type to use when creating new films (FTR, SHR, TLR, TST, XSN, RTG, TSR, POL, PSA or ADV). */ root->add_child("DefaultDCPContentType")->add_child_text (_default_dcp_content_type->isdcf_name ()); @@ -1235,7 +1235,7 @@ Config::add_to_history (boost::filesystem::path p) add_to_history_internal (_history, p); } -/** Remove non-existant items from the history */ +/** Remove non-existent items from the history */ void Config::clean_history () {