diff --git a/Applications/Utils/otbBandMath.cxx b/Applications/Utils/otbBandMath.cxx
index 8685a22b7b0f2e95015bee7a25e3a1d587ec31ea..9e774c741c81dfaca161997c823920e4841e8f64 100644
--- a/Applications/Utils/otbBandMath.cxx
+++ b/Applications/Utils/otbBandMath.cxx
@@ -57,7 +57,7 @@ private:
 
     SetDocName("Band Math Application");
     SetDocLongDescription("This application performs a mathematical operation on monoband images."
-      " Mathematical formula interpretation is done via MuPasrer libraries http://muparser.sourceforge.net/");
+      " Mathematical formula interpretation is done via MuParser libraries http://muparser.sourceforge.net/");
     SetDocLimitations("None");
     SetDocAuthors("OTB-Team");
     SetDocSeeAlso(" ");
diff --git a/Applications/Utils/otbConcatenateImages.cxx b/Applications/Utils/otbConcatenateImages.cxx
index f8624e4b52a4047bac34cea375132884e23fb328..7dfac140ee6daf8d189738da89735d122438f0bf 100644
--- a/Applications/Utils/otbConcatenateImages.cxx
+++ b/Applications/Utils/otbConcatenateImages.cxx
@@ -84,7 +84,7 @@ private:
     MandatoryOff("ram");
  
     // Doc example parameter settings
-    SetDocExampleParameterValue("il", "verySmallFSATSW_b.tif verySmallFSATSW_g.tif verySmallFSATSW_r.tif verySmallFSATSW_nir.tif");
+    SetDocExampleParameterValue("il", "GomaAvant.png GomaApres.png");
     SetDocExampleParameterValue("out", "otbConcatenateImages.tif");
   }
 
diff --git a/Applications/Utils/otbConcatenateVectorData.cxx b/Applications/Utils/otbConcatenateVectorData.cxx
index 5b63bd0fc980e0ea7a6de60fdd3c335730470243..204cdc67d80da339ba0a6deb417a9af4660e3ac8 100644
--- a/Applications/Utils/otbConcatenateVectorData.cxx
+++ b/Applications/Utils/otbConcatenateVectorData.cxx
@@ -64,7 +64,7 @@ private:
     AddParameter(ParameterType_OutputVectorData, "out", "Concatenated VectorData");
 
     // Doc example parameter settings
-    SetDocExampleParameterValue("vd", "waterways.shp france_coastline.shp");
+    SetDocExampleParameterValue("vd", "ToulousePoints-examples.shp ToulouseRoad-examples.shp");
     SetDocExampleParameterValue("out", "ConcatenatedVectorData.shp");
  
   }
diff --git a/Applications/Utils/otbVectorDataExtractROIApplication.cxx b/Applications/Utils/otbVectorDataExtractROIApplication.cxx
index 08cecb67546d07fbe7b1b9bdeb9970f878c98a3b..ee3634d04adeed9184f2c4a117f12fc429bf7373 100644
--- a/Applications/Utils/otbVectorDataExtractROIApplication.cxx
+++ b/Applications/Utils/otbVectorDataExtractROIApplication.cxx
@@ -87,8 +87,8 @@ private:
     ElevationParametersHandler::AddElevationParameters(this, "elev");
 
     // Doc example parameter settings
-    SetDocExampleParameterValue("io.in", "QB_Toulouse_Ortho_XS.tif");
-    SetDocExampleParameterValue("io.vd", "roads.shp");
+    SetDocExampleParameterValue("io.in", "qb_RoadExtract.tif");
+    SetDocExampleParameterValue("io.vd", "qb_RoadExtract_classification.shp");
     SetDocExampleParameterValue("io.out", "apTvUtVectorDataExtractROIApplicationTest.shp");
   }