浏览代码

r.in.xyz: typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@73754 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 6 年之前
父节点
当前提交
79e42f51d4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      raster/r.in.xyz/main.c

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

@@ -533,7 +533,7 @@ int main(int argc, char *argv[])
 	    double dsize = rows * (cols + 1);
 	    
 	    if (dsize != (size_t)rows * (cols + 1))
-		G_fatal_error(_("Unable to process the hole map at once. "
+		G_fatal_error(_("Unable to process the whole map at once. "
 		                "Please set the %s option to some value lower than 100."),
 				percent_opt->key);
 	}