Fix typos
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5034f2..acd393c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -182,7 +182,7 @@
 
 ### 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 @@
 validate_options_test() ->
     Mod = validate_options,
     try
-        meck:new(Mod, passthrought),
+        meck:new(Mod, passthrough),
         throw(failed)
     catch
         error:function_clause -> ok