[otb] 01/01: Add patch to fix spelling errors.

Bas Couwenberg sebastic at debian.org
Sat Oct 15 13:51:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository otb.

commit 26d7c93ab4cfd459c634d0952ce53b3e43c35666
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Oct 15 15:50:50 2016 +0200

    Add patch to fix spelling errors.
---
 debian/changelog                      |  1 +
 debian/patches/series                 |  1 +
 debian/patches/spelling-errors2.patch | 51 +++++++++++++++++++++++++++++++++++
 3 files changed, 53 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4433db1..e86164c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ otb (5.6.1+dfsg-2) UNRELEASED; urgency=medium
 
   * Team upload.
   * Add libcurl-ssl-dev as alternative to libcurl4-gnutls-dev dependency.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg <sebastic at debian.org>  Tue, 30 Aug 2016 13:21:46 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index 38edaa7..6008cf9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 spelling-errors.patch
+spelling-errors2.patch
diff --git a/debian/patches/spelling-errors2.patch b/debian/patches/spelling-errors2.patch
new file mode 100644
index 0000000..895de66
--- /dev/null
+++ b/debian/patches/spelling-errors2.patch
@@ -0,0 +1,51 @@
+Description: Fix spelling errors.
+ * Verticies     -> Vertices
+ * independantly -> independently
+ * paramaters    -> parameters
+ * transmiting   -> transmitting
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/Modules/Core/Common/include/otbRectangle.txx
++++ b/Modules/Core/Common/include/otbRectangle.txx
+@@ -208,7 +208,7 @@ void
+ Rectangle<TValue>
+ ::PrintSelf(std::ostream& os, itk::Indent indent) const
+ {
+-  os << indent << "Verticies:  " << m_VertexList << std::endl;
++  os << indent << "Vertices:  " << m_VertexList << std::endl;
+ }
+ 
+ } // End namespace otb
+--- a/Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx
++++ b/Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx
+@@ -83,7 +83,7 @@ private:
+     SetDocName("Homologous points extraction");
+     SetDescription("Compute homologous points between images using keypoints");
+     SetDocLongDescription("This application allows computing homologous points between images using keypoints. "
+-      " SIFT or SURF keypoints can be used and the band on which keypoints are computed can be set independantly for both images."
++      " SIFT or SURF keypoints can be used and the band on which keypoints are computed can be set independently for both images."
+       " The application offers two modes :"
+       " the first is the full mode where keypoints are extracted from the full extent of both images"
+       " (please note that in this mode large image file are not supported). "
+--- a/Modules/Applications/AppSARPolarMatrixConvert/app/otbSARPolarMatrixConvert.cxx
++++ b/Modules/Applications/AppSARPolarMatrixConvert/app/otbSARPolarMatrixConvert.cxx
+@@ -477,7 +477,7 @@ private:
+ 	else if ( (convType>=8) && (convType<=11)) // bsinclairtocoherency bsinclairtocovariance bsinclairtocircovariance sinclairtomueller
+ 	{
+ 	    if ( (!inhh) || (!inhv) || (!invh) || (!invv) )
+-	        otbAppLogFATAL( << "Please, ensure that HH, HV, VH and VV complex images have been provided (paramaters inhh, inhv, invh, invv).");
++	        otbAppLogFATAL( << "Please, ensure that HH, HV, VH and VV complex images have been provided (parameters inhh, inhv, invh, invv).");
+ 	}
+ 	else if ( (convType==7) || (convType==12) ) // muellertomcovariance muellertopoldegandpower
+ 	{
+--- a/Modules/Applications/AppSARPolarSynth/app/otbSARPolarSynth.cxx
++++ b/Modules/Applications/AppSARPolarSynth/app/otbSARPolarSynth.cxx
+@@ -50,7 +50,7 @@ private:
+     SetDocName("SARPolarSynth");
+     SetDocLongDescription("This application gives, for each pixel, the power that would have been received by a SAR system with a basis different from the classical (H,V) one (polarimetric synthetis).\n" 
+ 						  "The new basis A and B are indicated through two Jones vectors, defined by the user thanks to orientation (psi) and ellipticity (khi) parameters.\n"
+-						  "These parameters are namely psii, khii, psir and khir. The suffixes (i) and (r) refer to the transmiting antenna and the receiving antenna respectively.\n"
++						  "These parameters are namely psii, khii, psir and khir. The suffixes (i) and (r) refer to the transmitting antenna and the receiving antenna respectively.\n"
+ 						  "Orientations and ellipticities are given in degrees, and are between -90/90 degrees and -45/45 degrees respectively.\n " 
+ 						  "\n"
+ 						  "Four polarization architectures can be processed : \n"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/otb.git



More information about the Pkg-grass-devel mailing list