1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-15 23:24:06 +03:00

Fix typo: xpath: simpli{ -> fi}ed

Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
This commit is contained in:
Jan Pokorný 2019-07-25 18:46:30 +02:00 committed by Nick Wellnhofer
parent 0571b4e607
commit 5c0e48b883

View File

@ -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