Procházet zdrojové kódy

fix typo in https://trac.osgeo.org/grass/changeset/51681

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@51682 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa před 13 roky
rodič
revize
d61940c7b3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      display/d.rast.num/main.c

+ 1 - 1
display/d.rast.num/main.c

@@ -178,7 +178,7 @@ int main(int argc, char **argv)
 		  nrows, ncols);
     }
     if ((nrows > 200) || (ncols > 200)) {
-	G_fatal_error(_("Aborting (windows larger then 200x200 is not allowed)"));
+	G_fatal_error(_("Aborting (window larger then 200x200 is not allowed)"));
     }
 
     /* Setup driver and check important information */