From e6b00888d098dc2c0997cdbe45d699d5f1a8a865 Mon Sep 17 00:00:00 2001 From: Victor Poughon Date: Thu, 24 Mar 2016 14:04:16 +0100 Subject: [PATCH] DOC: Typo in ICAExample.cxx --- Examples/DimensionReduction/ICAExample.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/DimensionReduction/ICAExample.cxx b/Examples/DimensionReduction/ICAExample.cxx index 8f25aa1386..de8f90de76 100644 --- a/Examples/DimensionReduction/ICAExample.cxx +++ b/Examples/DimensionReduction/ICAExample.cxx @@ -203,7 +203,7 @@ int main(int itkNotUsed(argc), char* argv[]) // \itkcaption[PCA Filter (forward trasnformation)]{Result of applying the // \doxygen{otb}{FastICAImageFilter} to an image. From left // to right: - // original image, color composition with first three principal + // original image, color composition with first three independant // components and output of the // inverse mode (the input RGB image).} // \label{fig:FastICA_FILTER} -- GitLab