diff --git a/Documentation/SoftwareGuide/Examples/CMakeLists.txt b/Documentation/SoftwareGuide/Examples/CMakeLists.txt
index 5ff13e601630b2e5f81014aa564b6bf3cbef70fb..f9ca740a84c9518c9741372a1b332bc973066f5f 100644
--- a/Documentation/SoftwareGuide/Examples/CMakeLists.txt
+++ b/Documentation/SoftwareGuide/Examples/CMakeLists.txt
@@ -300,7 +300,7 @@ SET( OTB_EXAMPLES_SRCS
   ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/AlignmentsExample.cxx
   ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/RatioLineDetectorExample.cxx
   ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/CorrelationLineDetectorExample.cxx
-  ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/AssymmetricFusionOfLineDetectorExample.cxx
+  ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/AsymmetricFusionOfLineDetectorExample.cxx
   ${OTB_SOURCE_DIR}/Examples/FeatureExtraction/LocalHoughExample.cxx
   #${OTB_SOURCE_DIR}/Examples/FeatureExtraction/LineSegmentDetectorExample.cxx
   #${OTB_SOURCE_DIR}/Examples/FeatureExtraction/RightAngleDetectionExample.cxx
diff --git a/Documentation/SoftwareGuide/Latex/FeatureExtraction.tex b/Documentation/SoftwareGuide/Latex/FeatureExtraction.tex
index 3380eaef2f3072c6c173dfdc9059b1a3dc426c90..0a6c4700cad5bf97210cb21ca94e17f107a1be5f 100644
--- a/Documentation/SoftwareGuide/Latex/FeatureExtraction.tex
+++ b/Documentation/SoftwareGuide/Latex/FeatureExtraction.tex
@@ -95,7 +95,7 @@ More features are available in \doxygen{otb}{ScalarImageToAdvancedTexturesFilter
 \label{sec:LineDetection}
 \input{RatioLineDetectorExample}
 \input{CorrelationLineDetectorExample}
-\input{AssymmetricFusionOfLineDetectorExample}
+\input{AsymmetricFusionOfLineDetectorExample}
 \input{ParallelLineDetectionExample}