From 423ff70ca631e2acef45ce30bf64ada5e213f0d4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 23 Dec 2019 01:11:09 +0100 Subject: Another comment typo. --- src/lib/ffmpeg_subtitle_stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/ffmpeg_subtitle_stream.h b/src/lib/ffmpeg_subtitle_stream.h index 41b545929..8f56d1975 100644 --- a/src/lib/ffmpeg_subtitle_stream.h +++ b/src/lib/ffmpeg_subtitle_stream.h @@ -39,7 +39,7 @@ public: std::map colours () const; private: - /** mutex to protect _colours as it can be set from the "examine FFMpeg subtitles" job thread */ + /** mutex to protect _colours as it can be set from the "examine FFmpeg subtitles" job thread */ mutable boost::mutex _mutex; std::map _colours; }; -- cgit v1.2.3