git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44371 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -923,7 +923,7 @@ def create_location(location, epsg = None, proj4 = None, filename = None, wkt =
@return True on success
@return False on failure
"""
- if epgs:
+ if epsg:
ret = run_command('g.proj',
flags = 'c',
epsg = epsg,