summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/types.h2
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;