Fix typo in variable name.
authorCarl Hetherington <cth@carlh.net>
Tue, 11 Apr 2023 21:04:07 +0000 (23:04 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 13 May 2023 06:54:58 +0000 (08:54 +0200)
src/lib/subtitle_encoder.h

index 17d658e6203d31dad0d99179d52f40331ee7e9ab..0815b1fffbca7e8e02487a8fdfd5664205a81214 100644 (file)
@@ -39,7 +39,7 @@ class Film;
 class SubtitleEncoder : public Encoder
 {
 public:
-       SubtitleEncoder (std::shared_ptr<const Film> film, std::shared_ptr<Job> job, boost::filesystem::path output, std::string intial_name, bool split_reels, bool include_font);
+       SubtitleEncoder (std::shared_ptr<const Film> film, std::shared_ptr<Job> job, boost::filesystem::path output, std::string initial_name, bool split_reels, bool include_font);
 
        void go () override;