diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-25 14:31:43 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-07-25 14:31:43 +0200 |
| commit | 6f077b0d584ac94cb8b0c478d4ecd9c435073c85 (patch) | |
| tree | 40d64768fca216024dbfe06b93e326b5d6fe5802 /src | |
| parent | b3b70e6d7c2ec6787d0b492442bb4f7537b4b580 (diff) | |
Cleanup: fix typo in comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
