From 0df35b6aedfb5a83a910fc5fc5ade329abedea47 Mon Sep 17 00:00:00 2001 From: Antoine Regimbeau <antoine.regimbeau@c-s.fr> Date: Tue, 22 Aug 2017 16:15:47 +0200 Subject: [PATCH] DOC : fixing typos --- Modules/Applications/AppImageUtils/app/otbPixelValue.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Applications/AppImageUtils/app/otbPixelValue.cxx b/Modules/Applications/AppImageUtils/app/otbPixelValue.cxx index 9a79f41e14..57fd8d3b8b 100644 --- a/Modules/Applications/AppImageUtils/app/otbPixelValue.cxx +++ b/Modules/Applications/AppImageUtils/app/otbPixelValue.cxx @@ -56,7 +56,7 @@ private: // Documentation SetDocName("Pixel Value"); SetDocLongDescription("This application gives the value of a selected " - "pixel. There are three way of designate a pixel, with its index, " + "pixel. There are three ways of designate a pixel, with its index, " "its physical coordinate (in the physical space attached to the image), " "and with geographical coordinate system. Coordinates will be " "interpreted differently depending on which mode is chosen."); -- GitLab