Browse Source

typo (merge from devbr6)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41163 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 15 năm trước cách đây
mục cha
commit
91eae0c656
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      raster/r.out.gdal/main.c

+ 1 - 1
raster/r.out.gdal/main.c

@@ -488,7 +488,7 @@ int main(int argc, char *argv[])
     }
 
     /* exact range and nodata checks for each band */
-    G_message(_("Checking GDAl data type and nodata value"));
+    G_message(_("Checking GDAL data type and nodata value"));
     for (band = 0; band < ref.nfiles; band++) {
 	if (ref.nfiles > 1) {
 	    G_verbose_message(_("Checking options for raster map <%s> (band %d)..."),