From d0bf1d224e8c7680ff174154bea2bbe926088977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Traizet?= Date: Fri, 28 Aug 2020 15:22:21 +0200 Subject: [PATCH] STY: apply debian spelling checker --- Documentation/Cookbook/rst/Monteverdi.rst | 2 +- .../Applications/AppTextures/app/otbPantexTextureExtraction.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Cookbook/rst/Monteverdi.rst b/Documentation/Cookbook/rst/Monteverdi.rst index f2ca1637aa..be875dca7d 100644 --- a/Documentation/Cookbook/rst/Monteverdi.rst +++ b/Documentation/Cookbook/rst/Monteverdi.rst @@ -235,7 +235,7 @@ placed exactly at the same position in the screenshots). .. _BM: .. figure:: Art/MonteverdiImages/BM.png -:numref:`BM`: Comparision of histograms before and after applying BandMath. +:numref:`BM`: Comparison of histograms before and after applying BandMath. Segmentation ~~~~~~~~~~~~ diff --git a/Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx b/Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx index 0c52199204..83cc933f2d 100644 --- a/Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx +++ b/Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx @@ -89,7 +89,7 @@ private: AddParameter(ParameterType_Float, "min", "Image minimum"); SetParameterDescription("min", "Input image minimum. If this parameter is not set, the application will compute " - "the minumum of the image."); + "the minimum of the image."); MandatoryOff("min"); AddParameter(ParameterType_Float, "max", "Image maximum"); -- GitLab