1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-24 13:33:01 +03:00

Fix typos

Resolves #133.
This commit is contained in:
Nick Wellnhofer
2020-03-08 17:19:42 +01:00
parent 2a7b66846e
commit 20c60886e4
95 changed files with 380 additions and 380 deletions

View File

@@ -69,7 +69,7 @@ static void htmlParseComment(htmlParserCtxtPtr ctxt);
/**
* htmlErrMemory:
* @ctxt: an HTML parser context
* @extra: extra informations
* @extra: extra information
*
* Handle a redefinition of attribute error
*/
@@ -5482,7 +5482,7 @@ htmlParseTryOrFinish(htmlParserCtxtPtr ctxt, int terminate) {
if (avail < 1)
goto done;
/*
* not enouth chars in buffer
* not enough chars in buffer
*/
if (avail < 2) {
if (!terminate)
@@ -5648,7 +5648,7 @@ htmlParseTryOrFinish(htmlParserCtxtPtr ctxt, int terminate) {
if (avail < 1)
goto done;
/*
* not enouth chars in buffer
* not enough chars in buffer
*/
if (avail < 2) {
if (!terminate)