diff --git a/Documentation/Cookbook/rst/Monteverdi.rst b/Documentation/Cookbook/rst/Monteverdi.rst index f2ca1637aadf30fc481bcbcd5c33d53bd5ad5cf5..be875dca7dee320a8895a1167324f1e5f40464cc 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 0c52199204a5beb9b8797026329c0d370c2f3a0e..83cc933f2d3402204e8d7b03e594646ba9743973 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");