mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-05 19:01:18 +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
@ -906,7 +906,7 @@ pythonStartElement(void *user_data, const xmlChar * name,
|
||||
type = 2;
|
||||
if (type != 0) {
|
||||
/*
|
||||
* the xmllib interface always generate a dictionnary,
|
||||
* the xmllib interface always generates a dictionary,
|
||||
* possibly empty
|
||||
*/
|
||||
if ((attrs == NULL) && (type == 1)) {
|
||||
|
Reference in New Issue
Block a user