style: fix typo

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
Stefan Strigler 2023-05-08 08:58:29 +02:00 committed by Stefan Strigler
parent b639353cf4
commit 9e324e8523
1 changed files with 1 additions and 1 deletions

View File

@ -86,5 +86,5 @@ is_unwrapped_headers(Headers) ->
lists:all(fun is_unwrapped_header/1, Headers).
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.