From a112a0bbb57a1f853dea165a384fb5c832f0ca2c Mon Sep 17 00:00:00 2001
From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org>
Date: Wed, 14 Jan 2009 08:07:56 +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 9ec8d666bd..64e4fb4ca1 100644
--- a/Examples/IO/LidarToImageExample.cxx
+++ b/Examples/IO/LidarToImageExample.cxx
@@ -78,7 +78,7 @@ int main( int argc, char* argv[] )
     std::cout << argv[0] <<" <input_lidar_filename> <output_image_filename(double)>"
               << " <output_image_filename(unsigned char)>"
 	      << " <output_resolution> <spline_order>"
-              << " <number_of_level>"
+              << " <number_of_levels>"
 	      << std::endl;
     return EXIT_FAILURE;
   }
@@ -119,7 +119,7 @@ int main( int argc, char* argv[] )
   //
   // We can now prepare the parameters to pass to the interpolation filter:
   // you have to be aware that the origin of the image is on the upper left
-  // corner and thus correspond to the minimun easting but the maximum northing.
+  // corner and thus corresponds to the minimun easting but the maximum northing.
   //
   // Software Guide : EndLatex
 
-- 
GitLab