From 6f077b0d584ac94cb8b0c478d4ecd9c435073c85 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 25 Jul 2023 14:31:43 +0200 Subject: Cleanup: fix typo in comment. --- src/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.h b/src/types.h index 87d7ffc8..fcfe7519 100644 --- a/src/types.h +++ b/src/types.h @@ -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; -- cgit v1.2.3