From: Carl Hetherington Date: Tue, 11 Apr 2023 21:04:07 +0000 (+0200) Subject: Fix typo in variable name. X-Git-Tag: v2.16.56~10 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=7c020de6dc47b75a3b589420b30b6768eb5c0106 Fix typo in variable name. --- diff --git a/src/lib/subtitle_encoder.h b/src/lib/subtitle_encoder.h index 17d658e62..0815b1fff 100644 --- a/src/lib/subtitle_encoder.h +++ b/src/lib/subtitle_encoder.h @@ -39,7 +39,7 @@ class Film; class SubtitleEncoder : public Encoder { public: - SubtitleEncoder (std::shared_ptr film, std::shared_ptr job, boost::filesystem::path output, std::string intial_name, bool split_reels, bool include_font); + SubtitleEncoder (std::shared_ptr film, std::shared_ptr job, boost::filesystem::path output, std::string initial_name, bool split_reels, bool include_font); void go () override;