Jelajahi Sumber

r.in.lidar: typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@73755 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 6 tahun lalu
induk
melakukan
73a972d473
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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);