Cleanup: fix typo in comment.
authorCarl Hetherington <cth@carlh.net>
Tue, 25 Jul 2023 12:31:43 +0000 (14:31 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 25 Jul 2023 12:31:43 +0000 (14:31 +0200)
src/types.h

index 87d7ffc8a93271e7e40c669261b7345eb8e2d5af..fcfe7519aa1bef70c0e755aef46e68cc4843216e 100644 (file)
@@ -260,7 +260,7 @@ struct EqualityOptions
        bool issue_dates_can_differ = false;
        bool load_font_nodes_can_differ = false;
        bool keep_going = false;
-       /** true to save the first pair of differeng image subtitles to the current working directory */
+       /** true to save the first pair of different image subtitles to the current working directory */
        bool export_differing_subtitles = false;
        /** The maximum allowable absolute difference between the vertical position of subtitles */
        float max_subtitle_vertical_position_error = 0;