[libxml2] Fix typo: xpath: simpli{ -> fi}ed



commit 5c0e48b8833f04d895e8196ccb3caecc46f43929
Author: Jan Pokorný <jpokorny redhat com>
Date:   Thu Jul 25 18:46:30 2019 +0200

    Fix typo: xpath: simpli{ -> fi}ed
    
    Signed-off-by: Jan Pokorný <jpokorny redhat com>

 xpath.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xpath.c b/xpath.c
index 9cbd6650..9e29f4a1 100755
--- a/xpath.c
+++ b/xpath.c
@@ -14019,7 +14019,7 @@ xmlXPathTryStreamCompile(xmlXPathContextPtr ctxt, const xmlChar *str) {
 
        /*
         * We don't try to handle expressions using the verbose axis
-        * specifiers ("::"), just the simplied form at this point.
+        * specifiers ("::"), just the simplified form at this point.
         * Additionally, if there is no list of namespaces available and
         *  there's a ":" in the expression, indicating a prefixed QName,
         *  then we won't try to compile either. xmlPatterncompile() needs


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]