Description: Fix 'paremeters' typo, replace with 'parameters'.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: https://github.com/libLAS/libLAS/pull/81
Applied-Upstream: https://github.com/libLAS/libLAS/commit/77b2fc0279256f1e588818f36f4753b6a206047e

--- a/apps/las2ogr.cpp
+++ b/apps/las2ogr.cpp
@@ -279,7 +279,7 @@ int main(int argc, char* argv[])
 
             if (in_file.empty() || out_file.empty() || out_frmt.empty())
             {
-                throw std::runtime_error("missing input paremeters");
+                throw std::runtime_error("missing input parameters");
             }
         }
 
