From 1dc627551208827c73f6a8725b6d171ab13c9e29 Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Fri, 9 Jul 2021 15:29:16 -0400 Subject: [PATCH] Fixes #765. --- src/language_en.h | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/language_en.h b/src/language_en.h index f5b7c71..d69c232 100644 --- a/src/language_en.h +++ b/src/language_en.h @@ -491,7 +491,7 @@ static languageDefinition language_en = { whichPluralForm_en, { "for HTML5 document types, and yes for all other document " "types. " "
" - "HTML has abandonded SGML comment syntax, and allows adjacent hypens " + "HTML has abandoned SGML comment syntax, and allows adjacent hyphens " "for all versions of HTML, although XML and XHTML do not. If you plan " "to support older browsers that require SGML comment syntax, then " "consider setting this value to yes." diff --git a/version.txt b/version.txt index acb77d4..b2975cc 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ -5.7.55 +5.7.56 2021.07.09