typo
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sat, 8 Oct 2011 15:20:25 +0000 (17:20 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sat, 8 Oct 2011 15:20:25 +0000 (17:20 +0200)
sfa/rspecs/sfa_rspec_converter.py

index d34127b..29581e2 100755 (executable)
@@ -63,7 +63,7 @@ class SfaRSpecConverter:
                     if location != None:
                         location_attrs = {}      
                         location_attrs['country'] =  location.get('country', 'unknown')
-                        location_attrs['latitude'] = location.get('latitiue', 'None')
+                        location_attrs['latitude'] = location.get('latitude', 'None')
                         location_attrs['longitude'] = location.get('longitude', 'None')
                         pg_rspec.xml.add_element('location', location_attrs, parent=node_element)