From bd8a5c69d1bf46636e3f5a40df586332eaec6c24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Mon, 21 Oct 2024 15:20:12 +0200 Subject: [PATCH] typo fix (#426) --- src/xml2_doc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xml2_doc.cpp b/src/xml2_doc.cpp index 5ff748d3..b8ee0167 100644 --- a/src/xml2_doc.cpp +++ b/src/xml2_doc.cpp @@ -127,7 +127,7 @@ extern "C" SEXP xml_parse_options_() { "pedantic error reporting", "remove blank nodes", "use the SAX1 interface internally", - "Implement XInclude substitition", + "Implement XInclude substitution", "Forbid network access", "Do not reuse the context dictionary", "remove redundant namespaces declarations",