From 6ff93cb4f5d362783fc932956a9da60f3bda4185 Mon Sep 17 00:00:00 2001
From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org>
Date: Wed, 5 Jul 2006 09:56:14 +0000
Subject: [PATCH]

---
 SoftwareGuide/Latex/SystemOverview.tex | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/SoftwareGuide/Latex/SystemOverview.tex b/SoftwareGuide/Latex/SystemOverview.tex
index ecf99df5c6..987ed2c63a 100644
--- a/SoftwareGuide/Latex/SystemOverview.tex
+++ b/SoftwareGuide/Latex/SystemOverview.tex
@@ -97,13 +97,13 @@ in the previous chapter two other modules---\code{OTB-Documents} and
 	wrappers using the \href{http://www.swig.org/}{SWIG}
 	package. OTB does not use this system at present.
 
-	\item[Auxiliary / Utilities] Several auxiliary subsystems are 
-        available to supplement other classes in the system. For example,
-        calculators are classes that perform specialized operations in
-        support of filters (e.g., MeanCalculator computes the mean of a
-        sample). Other utilities include GDAL format file
-        support, png, zlib, FLTK / Qt image viewers, and interfaces to the
-        Visualization Toolkit (VTK) system.
+%% 	\item[Auxiliary / Utilities] Several auxiliary subsystems are 
+%%         available to supplement other classes in the system. For example,
+%%         calculators are classes that perform specialized operations in
+%%         support of filters (e.g., MeanCalculator computes the mean of a
+%%         sample). Other utilities include GDAL format file
+%%         support, png, zlib, FLTK / Qt image viewers, and interfaces to the
+%%         Visualization Toolkit (VTK) system.
         
 \end{description}
 
@@ -498,7 +498,7 @@ primarily to support the deformable registration in ITK.
 
 \index{data object} 
 
-There are two principle types of data represented in OTB: images and
+There are two principal types of data represented in OTB: images and
 meshes. This functionality is implemented in the classes 
 Image and Mesh, both of which are subclasses of
 \doxygen{itk}{DataObject}. In OTB, data objects are classes that are meant to
-- 
GitLab