[GRASS-SVN] r68129 - grass/trunk/general/g.proj
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Mar 24 06:24:49 PDT 2016
Author: mmetz
Date: 2016-03-24 06:24:49 -0700 (Thu, 24 Mar 2016)
New Revision: 68129
Modified:
grass/trunk/general/g.proj/output.c
Log:
g.proj: fix typo
Modified: grass/trunk/general/g.proj/output.c
===================================================================
--- grass/trunk/general/g.proj/output.c 2016-03-24 13:06:46 UTC (rev 68128)
+++ grass/trunk/general/g.proj/output.c 2016-03-24 13:24:49 UTC (rev 68129)
@@ -54,7 +54,7 @@
struct Key_Value *in_epsg_key;
if (force_epsg) {
- epsg_key = "epgs";
+ epsg_key = "epsg";
epsg_value = force_epsg;
}
else {
More information about the grass-commit
mailing list