mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-28 23:14:57 +03:00
Fix typos: dictio{ nn -> n }ar{y,ies}
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
This commit is contained in:
committed by
Daniel Veillard
parent
9811ce7864
commit
bb654feb9a
6
parser.c
6
parser.c
@@ -3625,7 +3625,7 @@ xmlParseNameAndCompare(xmlParserCtxtPtr ctxt, xmlChar const *other) {
|
||||
}
|
||||
/* failure (or end of input buffer), check with full function */
|
||||
ret = xmlParseName (ctxt);
|
||||
/* strings coming from the dictionnary direct compare possible */
|
||||
/* strings coming from the dictionary direct compare possible */
|
||||
if (ret == other) {
|
||||
return (const xmlChar*) 1;
|
||||
}
|
||||
@@ -8819,7 +8819,7 @@ xmlParseEndTag(xmlParserCtxtPtr ctxt) {
|
||||
* @prefix: the prefix to lookup
|
||||
*
|
||||
* Lookup the namespace name for the @prefix (which ca be NULL)
|
||||
* The prefix must come from the @ctxt->dict dictionnary
|
||||
* The prefix must come from the @ctxt->dict dictionary
|
||||
*
|
||||
* Returns the namespace name or NULL if not bound
|
||||
*/
|
||||
@@ -14991,7 +14991,7 @@ xmlCleanupParser(void) {
|
||||
* DICT_FREE:
|
||||
* @str: a string
|
||||
*
|
||||
* Free a string if it is not owned by the "dict" dictionnary in the
|
||||
* Free a string if it is not owned by the "dict" dictionary in the
|
||||
* current scope
|
||||
*/
|
||||
#define DICT_FREE(str) \
|
||||
|
||||
Reference in New Issue
Block a user