Browse Source

spelling

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49294 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 13 years ago
parent
commit
0265bfd52e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/gis/README.TYPE

+ 1 - 1
lib/gis/README.TYPE

@@ -108,7 +108,7 @@ long len;
 
 len = max - min + 1;
 if (len != (int)len)
-    error("To many categories");
+    error("Too many categories");
 table = malloc ((int)len);
 .DE
 .IP 2.