summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-04-11 23:04:07 +0200
committerCarl Hetherington <cth@carlh.net>2023-05-13 08:54:58 +0200
commit7c020de6dc47b75a3b589420b30b6768eb5c0106 (patch)
treeef5d093fda0bfbaa3f925d10e09e2d304fa5cd56 /src
parent233f8008287c09ed0da6cddba56fb1bd83e21d0f (diff)
Fix typo in variable name.
Diffstat (limited to 'src')
-rw-r--r--src/lib/subtitle_encoder.h2
1 files changed, 1 insertions, 1 deletions
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<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;