소스 검색

r.in.lidar: typo

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

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

@@ -598,7 +598,7 @@ int main(int argc, char *argv[])
 
     if (!scan_flag->answer) {
         if (!check_rows_cols_fit_to_size_t(rows, cols))
-		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);
         point_binning_memory_test(&point_binning, rows, cols, rtype);