smol typo - frontends - front-ends for some sites (experiment) | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 66fe5f3bfe27884e3202800f4a583c27916ea57e | |
parent 9b267a7fb5fc713932a218745a6e5a9ff27818ab | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Thu, 28 Jan 2021 19:50:51 +0100 | |
smol typo | |
Diffstat: | |
M xml.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/xml.c b/xml.c | |
@@ -356,7 +356,7 @@ xml_parse(XMLParser *x) | |
if (c == '!') { /* cdata and comments */ | |
for (tagdatalen = 0; (c = GETNEXT()) != EOF;) { | |
- /* NOTE: sizeof(x->data) must be atlea… | |
+ /* NOTE: sizeof(x->data) must be at le… | |
if (tagdatalen <= sizeof("[CDATA[") - … | |
x->data[tagdatalen++] = c; | |
if (c == '>') |