diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-15 01:15:55 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-15 01:15:55 +0200 |
| commit | c103d8c1306e5fb3937b3a6c430a3fff32653fa3 (patch) | |
| tree | 60609a21e09595990e38d33fa5df2f32a49fe8b9 /src/lib/config.cc | |
| parent | 41bab4e95911d3ae99081556db5fe1d29ac008b5 (diff) | |
Fix some spelling mistakes (mostly in comments).
Diffstat (limited to 'src/lib/config.cc')
| -rw-r--r-- | src/lib/config.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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 (<code>FTR</code>, <code>SHR</code>, + /* [XML:opt] DefaultDCPContentType Default content type to use when creating new films (<code>FTR</code>, <code>SHR</code>, <code>TLR</code>, <code>TST</code>, <code>XSN</code>, <code>RTG</code>, <code>TSR</code>, <code>POL</code>, <code>PSA</code> or <code>ADV</code>). */ 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 () { |
