From 3bbb7ffd4cb0f81d99708a58ab9a0178bbd44dad Mon Sep 17 00:00:00 2001 From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org> Date: Wed, 14 Jan 2009 08:06:43 +0100 Subject: [PATCH] STYLE: typos --- Examples/IO/LidarToImageExample.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/IO/LidarToImageExample.cxx b/Examples/IO/LidarToImageExample.cxx index 3317b2238d..9ec8d666bd 100644 --- a/Examples/IO/LidarToImageExample.cxx +++ b/Examples/IO/LidarToImageExample.cxx @@ -87,7 +87,7 @@ int main( int argc, char* argv[] ) // // Then, we declare the type of the data that we are going to use. As // lidar decribes the altitude of the point (often to centimeter accuracy), - // it is required to use real type to represent it. + // it is required to use a real type to represent it. // // Software Guide : EndLatex @@ -103,7 +103,7 @@ int main( int argc, char* argv[] ) // // Lidar data are read into a point set using the // \doxygen{otb}{PointSetFileReader}. Its usage is very similar to - // the \doxygen{otb}{ImagePointSetFileReader}: + // the \doxygen{otb}{ImageFileReader}: // // Software Guide : EndLatex -- GitLab