Explorar o código

style: fix typo

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
Stefan Strigler %!s(int64=2) %!d(string=hai) anos
pai
achega
9e324e8523
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/emqx_connector/test/emqx_connector_http_tests.erl

+ 1 - 1
apps/emqx_connector/test/emqx_connector_http_tests.erl

@@ -86,5 +86,5 @@ is_unwrapped_headers(Headers) ->
     lists:all(fun is_unwrapped_header/1, Headers).
     lists:all(fun is_unwrapped_header/1, Headers).
 
 
 is_unwrapped_header({_, V}) when is_function(V) -> false;
 is_unwrapped_header({_, V}) when is_function(V) -> false;
-is_unwrapped_header({_, [{str, _V}]}) -> throw(unecpected_tmpl_token);
+is_unwrapped_header({_, [{str, _V}]}) -> throw(unexpected_tmpl_token);
 is_unwrapped_header(_) -> true.
 is_unwrapped_header(_) -> true.