include/test/xmltesttools.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c58305fe483d3fedb2696eb7722e713224fa82bd Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Oct 13 10:39:26 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Oct 15 10:22:38 2025 +0200 Fix typo Change-Id: I688a52774b1918ffaf3da43eef9717aa5b7ae1f0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192271 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/include/test/xmltesttools.hxx b/include/test/xmltesttools.hxx index 675f7a3a9c1c..3c0e9577ab9b 100644 --- a/include/test/xmltesttools.hxx +++ b/include/test/xmltesttools.hxx @@ -100,7 +100,7 @@ protected: } /** * Assert that pXPath exists, returns exactly one node, and the pXPath's attribute's value - * is ASCII case-insensively equals to the rExpected value. + * is ASCII case-insensitively equals to the rExpected value. */ void assertXPathInsensitive(const xmlDocUniquePtr& pXmlDoc, const char* pXPath, const char* pAttribute, std::u16string_view rExpectedValue);
