소스 검색

r.in.bin: nwres => nsres

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@73682 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 6 년 전
부모
커밋
39ed275861
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      raster/r.in.bin/main.c

+ 1 - 1
raster/r.in.bin/main.c

@@ -551,7 +551,7 @@ int main(int argc, char *argv[])
     if (cellhd.proj == PROJECTION_LL && cellhd.ew_res / cellhd.ns_res > 10.)
 	/* TODO: find a reasonable value */
 	G_warning(
-	    _("East-West (ewres: %f) and North-South (nwres: %f) "
+	    _("East-West (ewres: %f) and North-South (nsres: %f) "
 	      "resolution differ significantly. "
 	      "Did you assign %s= and %s= correctly?"),
 	    cellhd.ew_res, cellhd.ns_res, parm.east->key, parm.west->key);