From 9ce92ffc814bf4d8d788f1cb7fdf1de97cd954e2 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@fastmail.com> Date: Wed, 24 Jul 2019 06:09:00 +0200 Subject: [PATCH] Fix typo. --- lib/modules/Parser.pmod/XML.pmod/Tree.pmod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/Parser.pmod/XML.pmod/Tree.pmod b/lib/modules/Parser.pmod/XML.pmod/Tree.pmod index d6da524717..dfac6c28ad 100644 --- a/lib/modules/Parser.pmod/XML.pmod/Tree.pmod +++ b/lib/modules/Parser.pmod/XML.pmod/Tree.pmod @@ -881,7 +881,7 @@ protected class VirtualNode { //! Returns text content in node. string get_text() { return (mText); } - //! Change the text content descructively. + //! Change the text content destructively. string set_text(string txt) { if( mNodeType & XML_TEXT ) mText = txt; -- GitLab