Browse Source

imagery: warning message cleanup

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@73588 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 6 years ago
parent
commit
711e37262f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/imagery/iscatt_core.c

+ 1 - 1
lib/imagery/iscatt_core.c

@@ -742,7 +742,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds,
 		free_compute_scatts_data(fd_bands, bands_rows, n_a_bands,
 					 bands_ids, NULL, NULL,
 					 scatt_conds->n_a_cats);
-		G_warning(_("Unable to read find raster <%s>"),
+		G_warning(_("Unable to find raster <%s>"),
 			  bands[band_id]);
 		return -1;
 	    }