diff --git a/Applications/Classification/otbLabeledImageColorMapping.cxx b/Applications/Classification/otbLabeledImageColorMapping.cxx
index 5584655714567c895c437aeda4df2e3eb65c1234..b6128842d74c5a1071553cbfa54f027e65ef3ee3 100644
--- a/Applications/Classification/otbLabeledImageColorMapping.cxx
+++ b/Applications/Classification/otbLabeledImageColorMapping.cxx
@@ -72,7 +72,7 @@ private:
     SetParameterDescription("ct",  "An ASCII file containing the color table\n"
                                    "with one color per line\n"
                                    "(for instance the line '1 255 0 0' means that all pixels with label 1 will be replaced by RGB color 255 0 0)\n"
-                                   "Lines beginning with a # are ignored")
+                                   "Lines beginning with a # are ignored");
   }
 
   void DoUpdateParameters()