past participle of set is set

This commit is contained in:
Rafael Porres Molina
2017-05-24 15:41:12 +02:00
parent d7fad6d8d3
commit 37eeab5b9e
2 changed files with 3 additions and 3 deletions

View File

@@ -365,7 +365,7 @@ class GeocoderConfig(ServiceConfig):
raise ConfigException("""Google geocoder need the mandatory parameter 'google_maps_private_key'""")
elif self._geocoder_provider == self.MAPZEN_GEOCODER:
if not self.mapzen_api_key:
raise ConfigException("""Mapzen config is not setted up""")
raise ConfigException("""Mapzen config is not set up""")
return True