From 01903e276fbae3d8d0997fe6e44144630c43d3cf Mon Sep 17 00:00:00 2001 From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org> Date: Mon, 22 Oct 2007 09:15:26 +0000 Subject: [PATCH] Petite correction exemple HelloWorld --- Examples/Tutorials/HelloWorldOTB.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/Tutorials/HelloWorldOTB.cxx b/Examples/Tutorials/HelloWorldOTB.cxx index b3d4df2bb8..a8a6bf827a 100644 --- a/Examples/Tutorials/HelloWorldOTB.cxx +++ b/Examples/Tutorials/HelloWorldOTB.cxx @@ -43,9 +43,9 @@ int main() // Software Guide : BeginLatex // // This code instantiates an image whose pixels are represented with -// type \code{unsigned short}. The image is then constructed and assigned to a +// type \code{unsigned short}. The image is then created and assigned to a // \doxygen{itk}{SmartPointer}. Later in the text we will discuss -// \code{SmartPointer} in detail, for now think of it as a handle on an +// \code{SmartPointer}s in detail, for now think of it as a handle on an // instance of an object (see section \ref{sec:SmartPointers} for more // information). // -- GitLab