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

Bas Couwenberg sebastic at debian.org
Fri Aug 26 19:30:15 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 21211c6127de2f4ed399091b97028d45170feaf0
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Aug 26 19:46:57 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 9582236..dbdd5fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ otb (5.6.1+dfsg-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release.
   * Drop patches, applied upstream.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 26 Aug 2016 18:49:41 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..38edaa7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..8972f56
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,38 @@
+Description: Fix spelling errors.
+ controling -> controlling
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://bugs.orfeo-toolbox.org/view.php?id=1268
+
+--- a/Modules/Applications/AppProjection/app/otbSuperimpose.cxx
++++ b/Modules/Applications/AppProjection/app/otbSuperimpose.cxx
+@@ -131,7 +131,7 @@ private:
+     SetParameterDescription("interpolator.bco", "Bicubic interpolation leads to very good image quality but is slow.");
+ 
+     AddParameter(ParameterType_Radius, "interpolator.bco.radius", "Radius for bicubic interpolation");
+-    SetParameterDescription("interpolator.bco.radius","This parameter allows controling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.");
++    SetParameterDescription("interpolator.bco.radius","This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.");
+     SetDefaultParameterInt("interpolator.bco.radius", 2);
+ 
+     AddChoice("interpolator.nn",     "Nearest Neighbor interpolation");
+--- a/Modules/IO/ImageIO/include/otbImageFileReader.h
++++ b/Modules/IO/ImageIO/include/otbImageFileReader.h
+@@ -73,7 +73,7 @@ public:
+  * It interfaces with an ImageIO class to read in the data and
+  * supports streaming (partial reading) if the source dataset does so.
+  *
+- * ImageFileReader supports extended filenames, which allow controling
++ * ImageFileReader supports extended filenames, which allow controlling
+  * how the source dataset is read. See
+  * http://wiki.orfeo-toolbox.org/index.php/ExtendedFileName for more
+  * information.
+--- a/Modules/IO/ImageIO/include/otbImageFileWriter.h
++++ b/Modules/IO/ImageIO/include/otbImageFileWriter.h
+@@ -43,7 +43,7 @@ namespace otb
+  * ImageFileWriter will write directly the streaming buffer in the image file, so
+  * that the output image never needs to be completely allocated
+  *
+- * ImageFileWriter supports extended filenames, which allow controling
++ * ImageFileWriter supports extended filenames, which allow controlling
+  * some properties of the output file. See
+  * http://wiki.orfeo-toolbox.org/index.php/ExtendedFileName for more
+  * information.

-- 
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