The lintian QA tool reported a spelling error for the Debian package build:

 * nunber -> number

The attached patch fixes the issue.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
Description: Fix spelling errors.
 * nunber -> number
Author: Bas Couwenberg <sebas...@debian.org>

--- a/util/geosop/GeosOp.cpp
+++ b/util/geosop/GeosOp.cpp
@@ -61,7 +61,7 @@ int main(int argc, char** argv) {
     options.add_options()
         ("a", "source for A geometries (WKT, WKB, file, stdin, stdin.wkb)", cxxopts::value<std::string>( cmdArgs.srcA ))
         ("b", "source for B geometries (WKT, WKB, file, stdin, stdin.wkb)", cxxopts::value<std::string>( cmdArgs.srcB ))
-        ("alimit", "Limit nunber of A geometries read", cxxopts::value<int>( cmdArgs.limitA ))
+        ("alimit", "Limit number of A geometries read", cxxopts::value<int>( cmdArgs.limitA ))
         ("c,collect", "Collect input into single geometry", cxxopts::value<bool>( cmdArgs.isCollect ))
         ("e,explode", "Explode results into conponent geometris", cxxopts::value<bool>( cmdArgs.isExplode))
         ("f,format", "Output format (wkt, wkb or txt)", cxxopts::value<std::string>( ))
--- a/util/geosop/README.md
+++ b/util/geosop/README.md
@@ -30,7 +30,7 @@ It can be used to:
 
   -a arg               source for A geometries (WKT, WKB, file, stdin, stdin.wkb)
   -b arg               source for B geometries (WKT, WKB, file, stdin, stdin.wkb)
-      --alimit arg     Limit nunber of A geometries read
+      --alimit arg     Limit number of A geometries read
   -c, --collect        Collect input into single geometry
   -e, --explode        Explode results into conponent geometris
   -f, --format arg     Output format (wkt, wkb or txt)
_______________________________________________
geos-devel mailing list
geos-devel@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/geos-devel

Reply via email to