Small pod typo fix
[gitmo/Package-DeprecationManager.git] / lib / Package / DeprecationManager.pm
index f90e366..880e45d 100644 (file)
@@ -167,7 +167,7 @@ __END__
 
   My::Class->new()->foo(); # warns
   My::Class->new()->bar(); # does not warn
-  My::Class->new()->far(); # does not warn again
+  My::Class->new()->bar(); # does not warn again
 
 =head1 DESCRIPTION
 
@@ -213,8 +213,8 @@ C<caller()> to identify its caller, using its fully qualified subroutine name.
 
 A given deprecation warning is only issued once for a given package. This
 module tracks this based on both the feature name I<and> the error message
-itself. This means that if you provide severaldifferent error messages for the
-same feature, all of those errors will appear.
+itself. This means that if you provide several different error messages for
+the same feature, all of those errors will appear.
 
 =head1 BUGS