diff --git a/Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx b/Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx index 653c33027248b886e5a4d85b98c41bcdf003ea29..371f7212e96624d5da0fdbb95421adf448a5dda1 100644 --- a/Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx +++ b/Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx @@ -150,7 +150,7 @@ private: AddChoice("mode.geobins", "Search keypoints in small spatial bins regularly spread across first image"); SetParameterDescription("mode.geobins", - "This method retrieves a set of tie points regulary spread across image 1. Corresponding bins in image 2 are retrieved using " + "This method retrieves a set of tie points regularly spread across image 1. Corresponding bins in image 2 are retrieved using " "sensor and geographical information if available. The first bin position takes into account the margin parameter. Bins are " "cropped to the largest image region shrunk by the margin parameter for both in1 and in2 images."); diff --git a/Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx b/Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx index 0c52199204a5beb9b8797026329c0d370c2f3a0e..9da40763cb4f34e7f71544562cd9379a8e60e85f 100644 --- a/Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx +++ b/Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx @@ -69,7 +69,7 @@ private: SetDocLimitations("None"); SetDocAuthors("OTB-Team"); - SetDocSeeAlso(" Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area precense" + SetDocSeeAlso(" Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area presence" " index by anisotropic rotation-invariant textural measure." " IEEE Journal of selected topics in applied earth observations and remote sensing.Vol1, NO3."); diff --git a/Modules/Feature/Textures/include/otbScalarImageToPanTexTextureFilter.h b/Modules/Feature/Textures/include/otbScalarImageToPanTexTextureFilter.h index b18eb68ec34074851cfb562c8a873ebb4c96a12f..5d92f856ecfe07fc453e085dcc066994a205c18d 100644 --- a/Modules/Feature/Textures/include/otbScalarImageToPanTexTextureFilter.h +++ b/Modules/Feature/Textures/include/otbScalarImageToPanTexTextureFilter.h @@ -27,14 +27,14 @@ namespace otb { /** \class ScalarImageToPanTexTextureFilter - * \brief This class computes a texture derived built-up precense index (PanTex) + * \brief This class computes a texture derived built-up presence index (PanTex) * * This class computes a texture-derived built-up presence index (PanTex) from textural * characteristics of scalar images.It is the min value of the contrast in 8 directions. * * Print references: * - * Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area precense + * Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area presence * index by anisotropic rotation-invariant textural measure. * IEEE Journal of selected topics in applied earth observations and remote sensing. * Vol1, NO3. diff --git a/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTimeUtilities.cpp b/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTimeUtilities.cpp index 3abe9aecaa44bc6272371634143824595c793e9b..90688a43e2d033997bc0b0bcc0bf454a81600ec3 100644 --- a/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTimeUtilities.cpp +++ b/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTimeUtilities.cpp @@ -83,7 +83,7 @@ ossimDate ossimplugins::time::details::strptime(string_view const& format, strin } break; default: - throw std::logic_error("Unsupported date format speficier (in "+format+": "+fmt.front()+")"); + throw std::logic_error("Unsupported date format specifier (in "+format+": "+fmt.front()+")"); } break; default: