[Git][debian-gis-team/jeolib-jiplib][master] Splitted additional typos fixing patch due to new PR.
Francesco Paolo Lovergine (@frankie)
gitlab at salsa.debian.org
Thu Mar 27 17:41:55 GMT 2025
Francesco Paolo Lovergine pushed to branch master at Debian GIS Project / jeolib-jiplib
Commits:
73f3d416 by Francesco Paolo Lovergine at 2025-03-27T18:40:54+01:00
Splitted additional typos fixing patch due to new PR.
- - - - -
3 changed files:
- debian/patches/series
- + debian/patches/spelling-errors-take2.patch
- debian/patches/spelling-errors.patch
Changes:
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
jeolib-jiplib_swig4.3.patch
pip-break-sys-pkg.patch
spelling-errors.patch
+spelling-errors-take2.patch
=====================================
debian/patches/spelling-errors-take2.patch
=====================================
@@ -0,0 +1,39 @@
+Description: Fix spelling errors.
+ * clould -> could
+Author: Francesco Paolo Lovergine <frankie at debian.org>
+Forwarded: https://github.com/ec-jrc/jeolib-jiplib/pull/6
+--- a/src/imageclasses/jlpolygonize_lib.cc
++++ b/src/imageclasses/jlpolygonize_lib.cc
+@@ -112,7 +112,7 @@
+ }
+ }
+ else{
+- std::string errorString="Error: clould not create memory dataset for mask dataset";
++ std::string errorString="Error: could not create memory dataset for mask dataset";
+ throw(errorString);
+ }
+ }
+@@ -165,12 +165,12 @@
+ }
+ }
+ else{
+- std::string errorString="Error: clould not create memory dataset for input dataset";
++ std::string errorString="Error: could not create memory dataset for input dataset";
+ throw(errorString);
+ }
+ }
+ else{
+- std::string errorString="Error: clould not create memory driver";
++ std::string errorString="Error: could not create memory driver";
+ throw(errorString);
+ }
+ }
+@@ -179,7 +179,7 @@
+ throw;
+ }
+ catch(...){
+- std::cerr << "Error: clould not polygonize" << std::endl;
++ std::cerr << "Error: could not polygonize" << std::endl;
+ throw;
+ }
+ }
=====================================
debian/patches/spelling-errors.patch
=====================================
@@ -1,6 +1,5 @@
Description: Fix spelling errors.
* afer -> after
- * clould -> could
* datatset -> dataset
* emtpy -> empty
* mininum -> minimum
@@ -27,7 +26,7 @@ Applied-Upstream: https://github.com/ec-jrc/jeolib-jiplib/commit/630d38fda2f4008
}
else{
- std::string errorString="Error: clould not create memory dataset for mask datatset";
-+ std::string errorString="Error: could not create memory dataset for mask dataset";
++ std::string errorString="Error: clould not create memory dataset for mask dataset";
throw(errorString);
}
}
@@ -36,7 +35,7 @@ Applied-Upstream: https://github.com/ec-jrc/jeolib-jiplib/commit/630d38fda2f4008
}
else{
- std::string errorString="Error: clould not create memory dataset for input datatset";
-+ std::string errorString="Error: could not create memory dataset for input dataset";
++ std::string errorString="Error: clould not create memory dataset for input dataset";
throw(errorString);
}
}
View it on GitLab: https://salsa.debian.org/debian-gis-team/jeolib-jiplib/-/commit/73f3d41667f57a7d823754d80e840dce401ec6df
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/jeolib-jiplib/-/commit/73f3d41667f57a7d823754d80e840dce401ec6df
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250327/34c29e8c/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list