mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +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
@ -6345,7 +6345,7 @@ struct _xmlExpCtxt {
|
||||
/**
|
||||
* xmlExpNewCtxt:
|
||||
* @maxNodes: the maximum number of nodes
|
||||
* @dict: optional dictionnary to use internally
|
||||
* @dict: optional dictionary to use internally
|
||||
*
|
||||
* Creates a new context for manipulating expressions
|
||||
*
|
||||
@ -7204,7 +7204,7 @@ xmlExpStringDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp,
|
||||
return(NULL);
|
||||
}
|
||||
/*
|
||||
* check the string is in the dictionnary, if yes use an interned
|
||||
* check the string is in the dictionary, if yes use an interned
|
||||
* copy, otherwise we know it's not an acceptable input
|
||||
*/
|
||||
input = xmlDictExists(ctxt->dict, str, len);
|
||||
|
Reference in New Issue
Block a user