sobjects/cwxmlparser.py
changeset 8239 c6cdd060212e
parent 8189 2ee0ef069fa7
child 8299 e5d636081571
--- a/sobjects/cwxmlparser.py	Tue Feb 14 09:39:44 2012 +0100
+++ b/sobjects/cwxmlparser.py	Thu Feb 16 14:15:37 2012 +0100
@@ -98,11 +98,11 @@
     Most of the logic is delegated to the following components:
 
     * an "item builder" component, turning an etree xml node into a specific
-      python dictionnary representing an entity
+      python dictionary representing an entity
 
     * "action" components, selected given an entity, a relation and its role in
       the relation, and responsible to link the entity to given related items
-      (eg dictionnary)
+      (eg dictionary)
 
     So the parser is only doing the gluing service and the connection to the
     source.