Correct spelling errors in manpages (lintian)
Author: Nick Morrott <knowledgejunkie@gmail.com>
Forwarded: https://github.com/mojolicious/mojo/pull/1294
Last-Update: 2018-11-25
---
--- a/lib/Mojo/DynamicMethods.pm
+++ b/lib/Mojo/DynamicMethods.pm
@@ -95,7 +95,7 @@
     };
   }
 
-Note that this modules is EXPERIMENTAL and might change without warning!
+Note that this module is EXPERIMENTAL and might change without warning!
 
 =head1 FUNCTIONS
 
@@ -107,7 +107,7 @@
 
 Registers the method C<$name> as eligible for dynamic dispatch for C<$class>,
 and sets C<$cb> to be looked up for C<$name> by reference C<$ref> in a dynamic
-method contructed by C<BUILD_DYNAMIC>.
+method constructed by C<BUILD_DYNAMIC>.
 
 =head1 SEE ALSO
 
