summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-05-31 01:12:13 +0200
committerCarl Hetherington <cth@carlh.net>2023-05-31 01:12:13 +0200
commit70f7f1d890f72e401463b115e596afa9782de296 (patch)
treef4ea1ec38312f9c91bcf31bc6e3ecdd0bff76684
parent7de292067e73b0b96fa07f8d192689d844fcb270 (diff)
Cleanup: comment typo fix.
-rw-r--r--src/verify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h
index 9c98ef01..8a8e77f3 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -450,7 +450,7 @@ public:
INCORRECT_SUBTITLE_NAMESPACE_COUNT,
/** A subtitle or closed caption file has a <Font> tag which refers to a font that is not
* first introduced with a <LoadFont>.
- * id conatins the ID of the <Font> tag.
+ * id contains the ID of the <Font> tag.
*/
MISSING_LOAD_FONT
};