Skip to content
Snippets Groups Projects
Commit 3bbb7ffd authored by Jordi Inglada's avatar Jordi Inglada
Browse files

STYLE: typos

parent 8eaca6f6
Branches
Tags
No related merge requests found
...@@ -87,7 +87,7 @@ int main( int argc, char* argv[] ) ...@@ -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 // 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), // 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 // Software Guide : EndLatex
...@@ -103,7 +103,7 @@ int main( int argc, char* argv[] ) ...@@ -103,7 +103,7 @@ int main( int argc, char* argv[] )
// //
// Lidar data are read into a point set using the // Lidar data are read into a point set using the
// \doxygen{otb}{PointSetFileReader}. Its usage is very similar to // \doxygen{otb}{PointSetFileReader}. Its usage is very similar to
// the \doxygen{otb}{ImagePointSetFileReader}: // the \doxygen{otb}{ImageFileReader}:
// //
// Software Guide : EndLatex // Software Guide : EndLatex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment