diff --git a/Modules/Applications/AppImageUtils/app/otbPixelValue.cxx b/Modules/Applications/AppImageUtils/app/otbPixelValue.cxx
index 9a79f41e149c7688f06df8161d095350005ae65b..57fd8d3b8b8547ba5549267edfee54bdcf7a0817 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.");