Description: Fix 'seperator' typo, replace with 'separator'.
Author: Bas Couwenberg <sebastic@xs4all.nl>
Forwarded: https://github.com/libLAS/libLAS/pull/41
Applied-Upstream: https://github.com/libLAS/libLAS/commit/0975955c68bcf228f99dc98212234aebac825d7f
--- a/apps/las2txt.c
+++ b/apps/las2txt.c
@@ -184,7 +184,7 @@ int main(int argc, char *argv[])
             }
             else
             {
-                fprintf(stderr, "ERROR: unknown seperator '%s'\n",argv[i]);
+                fprintf(stderr, "ERROR: unknown separator '%s'\n",argv[i]);
                 usage();
                 exit(1);
             }
