diff --git a/Applications/Util/otbConcatenateImages.cxx b/Applications/Util/otbConcatenateImages.cxx
index 7cfe76c41c95c6a3715e46ea87a8132ae437cdd8..86f6e6edd96a6724dde1a409ca176ad171086a9b 100644
--- a/Applications/Util/otbConcatenateImages.cxx
+++ b/Applications/Util/otbConcatenateImages.cxx
@@ -60,9 +60,9 @@ private:
 
     // Documentation
     SetDocName("Images Concatenation Application");
-    SetDocLongDescription("This application performs images concatenation. It will take the input image list (mono or multi channel) and generate a single multi channel image. The channel order is the one of the mist.");
+    SetDocLongDescription("This application performs images concatenation. It will take the input image list (mono or multi channel) and generate a single multi channel image. The channel order is the one of the list.");
     SetDocLimitations("None");
-    SetDocAuthors("Otmane Lahlou");
+    SetDocAuthors("OTB-Team");
     SetDocSeeAlso("Rescale application, Convert application");
     SetDocCLExample("otbApplicationLauncherCommandLine ConcatenateImages ${OTB-BIN}/bin --in ${OTB-DATA}/poupees_sub_c1.png ${OTB-DATA}/poupees_sub_c2.png ${OTB-DATA}/poupees_sub_c3.png --out otbConcatenateImages.png uchar");
     AddDocTag("Concatenation");
diff --git a/Applications/Util/otbConvert.cxx b/Applications/Util/otbConvert.cxx
index e671f4ea4beae762299aae04640aee6385d17534..7b695c16792434ec99f536e8b18854e2b1152d46 100644
--- a/Applications/Util/otbConvert.cxx
+++ b/Applications/Util/otbConvert.cxx
@@ -85,7 +85,7 @@ private:
     SetDocName("Image Conversion Application");
     SetDocLongDescription("This application performs an image pixel type conversion (short, ushort, char, uchar, int, uint, float and double types are handled). The output image is written in the specified format (ie. that corresponds to the given extension).\n The convertion can include a rescale usiong the image 2% minimum and maximum values. The rescale can be linear or log2.");
     SetDocLimitations("None");
-    SetDocAuthors("Otmane Lahlou");
+    SetDocAuthors("OTB-Team");
     SetDocSeeAlso("Rescale application");
     SetDocCLExample("otbApplicationLauncherCommandLine Convert ${OTB-BIN}/bin --in ${OTB-Data}/Input/QB_Toulouse_Ortho_XS.tif --out otbConvertWithScalingOutput.png uchar --type linear");
     AddDocTag("Conversion");