Skip to content

Commit

Permalink
Fix spelling errors. (#2995)
Browse files Browse the repository at this point in the history
* specificiation -> specification
  • Loading branch information
sebastic authored and hobu committed Mar 21, 2020
1 parent 31deca6 commit 5f9bdc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/LasVLR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ std::istream& operator>>(std::istream& in, LasVLR& v)
}
else
throw pdal_error("Invalid key '" + el.key() + "' in VLR "
"specificiation.");
"specification.");
}
if (b64data.empty())
throw pdal_error("LAS VLR must contain 'data' member.");
Expand Down

0 comments on commit 5f9bdc9

Please sign in to comment.