add manual coverage & spelling tests. Fix spelling errors
[gitmo/MooseX-Types.git] / lib / MooseX / Types / UndefinedType.pm
index 58f5d3e..e4ed59d 100644 (file)
@@ -1,7 +1,5 @@
 package MooseX::Types::UndefinedType;
 
-=cut
-
 use warnings;
 use strict;
 
@@ -46,7 +44,7 @@ sub name {
 
 =head2 can_be_inlined
 
-Always returns false. Needed for compatbility with Moose 2.0100+.
+Always returns false. Needed for compatibility with Moose 2.0100+.
 
 =cut