diff --git a/Examples/Tutorials/HelloWorldOTB.cxx b/Examples/Tutorials/HelloWorldOTB.cxx
index b3d4df2bb8de5e6e8dc6cf94e1c608152b1b230d..a8a6bf827a0f24225fed95191ab1fed6dfd51277 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).
 //