Skip to content

Commit

Permalink
Merge pull request #1331 from sebastic/specification-typo
Browse files Browse the repository at this point in the history
Fix 'specificiation' typo, replace with 'specification'.
  • Loading branch information
hobu committed Oct 16, 2016
2 parents 75908c5 + 8fcdde7 commit 90e7052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernels/info/InfoKernel.cpp
Expand Up @@ -406,7 +406,7 @@ MetadataNode InfoKernel::dumpQuery(PointViewPtr inView) const
else
count = 0;
if (count == 0)
throw pdal_error("Invalid location specificiation. "
throw pdal_error("Invalid location specification. "
"--query=\"X,Y[/count]\"");

auto seps = [](char c){ return (c == ',' || c == '|' || c == ' '); };
Expand Down

0 comments on commit 90e7052

Please sign in to comment.