From c9205bb934918e4d85224f6fce7a8ac5ae5dee9a Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 24 Aug 2023 15:26:55 +0200 Subject: [PATCH] doc/reference.html: Be consistent about "null-terminated" .. regarding spelling --- expat/doc/reference.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/doc/reference.html b/expat/doc/reference.html index bb39d5cf..41c4092e 100644 --- a/expat/doc/reference.html +++ b/expat/doc/reference.html @@ -1096,7 +1096,7 @@ enum XML_Status { Parse some more of the document. The string s is a buffer containing part (or perhaps all) of the document. The number of bytes of s that are part of the document is indicated by len. This means -that s doesn't have to be null terminated. It also means that +that s doesn't have to be null-terminated. It also means that if len is larger than the number of bytes in the block of memory that s points at, then a memory fault is likely. The isFinal parameter informs the parser that this is the last