diff --git a/Modules/Segmentation/Conversion/include/otbLabelImageToOGRDataSourceFilter.h b/Modules/Segmentation/Conversion/include/otbLabelImageToOGRDataSourceFilter.h
index 879b119eb5c0dfb10b861f10989e3b6c9b03ee8d..b4d6817c76a37189bb0882f7329cc58a405fd587 100644
--- a/Modules/Segmentation/Conversion/include/otbLabelImageToOGRDataSourceFilter.h
+++ b/Modules/Segmentation/Conversion/include/otbLabelImageToOGRDataSourceFilter.h
@@ -31,9 +31,9 @@ namespace otb
  *  Label of the input image are written into this field.
  *  An optional input mask can be used to exclude pixels from vectorization process.
  *  All pixels with a value of 0 in the input mask image will not be suitable for vectorization.
- * \Note The Use8Connected parameter can be turn on and it will be used in \c GDALPolygonize(). But be carreful, it
+ * \note The Use8Connected parameter can be turn on and it will be used in \c GDALPolygonize(). But be carreful, it
  * can create cross polygons !
- * \Note It is a non-streamed version.
+ * \note It is a non-streamed version.
  * \ingroup OBIA
  *
  *
diff --git a/Modules/Segmentation/Conversion/include/otbLabelImageToVectorDataFilter.h b/Modules/Segmentation/Conversion/include/otbLabelImageToVectorDataFilter.h
index d21636a1b328fd27e6c64522d075774ee2cccf45..23a3a20fea0271bc778518c31753d40d5ca6624c 100644
--- a/Modules/Segmentation/Conversion/include/otbLabelImageToVectorDataFilter.h
+++ b/Modules/Segmentation/Conversion/include/otbLabelImageToVectorDataFilter.h
@@ -28,9 +28,9 @@ namespace otb
  *  \brief this class uses GDALPolygonize method to transform a Label image into a VectorData.
  *  An optional input mask can be used to exclude pixels from vectorization process.
  *  All pixels with a value of 0 in the input mask image will not be suitable for vectorization.
- * \Note The Use8Connected parameter can be turn on and it will be used in \c GDALPolygonize(). But be carreful, it
+ * \note The Use8Connected parameter can be turn on and it will be used in \c GDALPolygonize(). But be carreful, it
  * can create cross polygons !
- * \Note It is a non-streamed version.
+ * \note It is a non-streamed version.
  *  \ingroup OBIA
  *
  * \ingroup OTBConversion
diff --git a/Modules/Segmentation/OGRProcessing/include/otbStreamingImageToOGRLayerSegmentationFilter.h b/Modules/Segmentation/OGRProcessing/include/otbStreamingImageToOGRLayerSegmentationFilter.h
index 4040e9fbd04ac170dcde5fd466b899f2e53c0cab..fea9821b8f3ba2d5cb3588d6b078c2b1eab09885 100644
--- a/Modules/Segmentation/OGRProcessing/include/otbStreamingImageToOGRLayerSegmentationFilter.h
+++ b/Modules/Segmentation/OGRProcessing/include/otbStreamingImageToOGRLayerSegmentationFilter.h
@@ -51,7 +51,6 @@ class LabeledOutputAccessor<MeanShiftSmoothingImageFilter<TInputImage, TOutputIm
 /** \class PersistentStreamingLabelImageToOGRDataFilter
  * \brief This filter is a framework for large scale segmentation.
  * For a detailed description @see StreamingImageToOGRLayerSegmentationFilter
- * \Note
  *
  * \ingroup OTBOGRProcessing
  */
@@ -186,9 +185,9 @@ private:
  * Finally all features contained in the "memory" DataSource are copied into the input Layer,
  * in the layer specified with the \c SetLayerName() method.
  *
- * \Note The Use8Connected parameter can be turn on and it will be used in \c GDALPolygonize(). But be carreful, it
+ * \note The Use8Connected parameter can be turn on and it will be used in \c GDALPolygonize(). But be carreful, it
  * can create cross polygons !
- * \Note The input mask can be used to exclude pixels from vectorization process.
+ * \note The input mask can be used to exclude pixels from vectorization process.
  * All pixels with a value of 0 in the input mask image will not be suitable for vectorization.
  *
  * \ingroup OTBOGRProcessing