Skip to content

Commit

Permalink
fix typo in MortonOrderFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj committed Mar 19, 2015
1 parent 7dc3404 commit f6e4623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filters/mortonorder/MortonOrderFilter.cpp
Expand Up @@ -42,7 +42,7 @@ namespace pdal
{

static PluginInfo const s_info = PluginInfo(
"filters.morgonorder",
"filters.mortonorder",
"Morton or z-order sorting of points. See http://en.wikipedia.org/wiki/Z-order_curve for more detail.",
"http://pdal.io/stages/filters.mortonorder.html" );

Expand Down

0 comments on commit f6e4623

Please sign in to comment.