From 8efb8b5e5987b6238cbe83964f5774badaa4d31e Mon Sep 17 00:00:00 2001
From: Aurelien Bricier <aurelien.bricier@c-s.fr>
Date: Mon, 15 Oct 2012 18:01:52 +0200
Subject: [PATCH] ENH: corrected typo

---
 Code/ObjectDetection/otbDescriptorsListSampleGenerator.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/ObjectDetection/otbDescriptorsListSampleGenerator.h b/Code/ObjectDetection/otbDescriptorsListSampleGenerator.h
index fb13e3cf8a..536e300967 100644
--- a/Code/ObjectDetection/otbDescriptorsListSampleGenerator.h
+++ b/Code/ObjectDetection/otbDescriptorsListSampleGenerator.h
@@ -235,7 +235,7 @@ private:
  *  this class evaluates an ImageFunction (set by SetDescriptorsFunction()) at each point of the vector data
  *  over the image.
  *  It generates a ListSample containing the descriptors values for each sample,
- *  along with a label ListSample containing the label associatged with each sample.
+ *  along with a label ListSample containing the label associated with each sample.
  *  The label is read from the vector data using the data field "Class", read as an int
  *
  *  This class is streaming capable and multithreaded
-- 
GitLab