This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-meck.git

commit cc47aab4b64a46a5409c1a93353d44a367b41454
Author: Kian-Meng, Ang <[email protected]>
AuthorDate: Sat Oct 2 22:44:49 2021 +0800

    Fix typos
---
 CHANGELOG.md        | 2 +-
 test/meck_tests.erl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

Reply via email to