X-Git-Url: https://git.xandkar.net/?p=erlang-x-plane-data.git;a=blobdiff_plain;f=src%2Fx_plane_datum.erl;h=e5f7faa60683be5428a97c2b771a3ffca794c885;hp=cd55c2f499e394dfc93e7eefb17d3592c4d52170;hb=0e7a4f608ade6d1b05556eb6c19c407dfb83d543;hpb=cfe4f77b7b6746c9cae311b37e92f8f0ce378680 diff --git a/src/x_plane_datum.erl b/src/x_plane_datum.erl index cd55c2f..e5f7faa 100644 --- a/src/x_plane_datum.erl +++ b/src/x_plane_datum.erl @@ -88,7 +88,7 @@ anonymous_of_bin( {error, {block_index_byte_out_of_range, Anonymous}} end; anonymous_of_bin(<>, _) -> - % This case shouldn't possible with a correct packet length, but we want to + % This case shouldn't be possible with a correct packet length, but we want to % allow for possibility of using this module independently of it's parent, % data module. {error, {block_structure_invalid, Block}}.