From: Kian-Meng, Ang Date: Sat, 2 Oct 2021 14:44:49 +0000 (+0800) Subject: Fix typos X-Git-Url: https://gitbox.apache.org/repos/asf?p=couchdb-meck.git;a=commitdiff_plain Fix typos --- diff --git a/CHANGELOG.md b/CHANGELOG.md index d5034f2..acd393c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -182,7 +182,7 @@ The format is based on [Keep a Changelog], and this project adheres to ### Added -- Suport Erlang 17.0 and Erlang R16B03-1 [\#118](https://github.com/eproxus/meck/pull/118) ([myers](https://github.com/myers)) +- Support Erlang 17.0 and Erlang R16B03-1 [\#118](https://github.com/eproxus/meck/pull/118) ([myers](https://github.com/myers)) Add Erlang 17.0 to the test matrix [\#122](https://github.com/eproxus/meck/pull/122) ([myers](https://github.com/myers)) - Implicit new [\#80](https://github.com/eproxus/meck/issues/80) diff --git a/test/meck_tests.erl b/test/meck_tests.erl index ca9d53d..f3c97ad 100644 --- a/test/meck_tests.erl +++ b/test/meck_tests.erl @@ -814,7 +814,7 @@ expect_ret_specs_(Mod) -> validate_options_test() -> Mod = validate_options, try - meck:new(Mod, passthrought), + meck:new(Mod, passthrough), throw(failed) catch error:function_clause -> ok