git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@68130 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -54,7 +54,7 @@ void print_projinfo(int shell, const char *force_epsg)
struct Key_Value *in_epsg_key;
if (force_epsg) {
- epsg_key = "epgs";
+ epsg_key = "epsg";
epsg_value = force_epsg;
}
else {