Fix typos.
[erlang-x-plane-data.git] / src / x_plane_datum.erl
index cd55c2f..e5f7faa 100644 (file)
@@ -88,7 +88,7 @@ anonymous_of_bin(
         {error, {block_index_byte_out_of_range, Anonymous}}
     end;
 anonymous_of_bin(<<Block/binary>>, _) ->
-    % 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}}.
This page took 0.019182 seconds and 4 git commands to generate.