Browse Source

g.proj: fix typo

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@68130 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 9 years ago
parent
commit
71ed8b79fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      general/g.proj/output.c

+ 1 - 1
general/g.proj/output.c

@@ -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 {