Description: Fix 'specfied' typo, replace with 'specified'.
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/ts2las.cpp
+++ b/apps/ts2las.cpp
@@ -325,7 +325,7 @@ int main(int argc, char* argv[])
     
     if (input.empty())
     {
-        std::cerr << "No input TerraSolid .bin file was specfied!" << std::endl;
+        std::cerr << "No input TerraSolid .bin file was specified!" << std::endl;
         OutputHelp(std::cout, options);
         return 1;
     }
