Spellfixoring RT#54388
Peter Rabbitson [Wed, 27 Jul 2011 08:55:04 +0000 (10:55 +0200)]
Changes
lib/namespace/clean.pm

diff --git a/Changes b/Changes
index aa157c4..2ed7ad2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
         - Only invoke the deleted sub stashing if we run udner a debugger
           (avoid runtime penalty of Sub::Name/Sub::Identify)
+        - Spellfixes (RT#54388)
 
     [0.20]
         - Bump Package::Stash dependency to 0.22 to pull in a bugfix in
index f02bece..9ee2893 100644 (file)
@@ -69,9 +69,9 @@ be a module exporting an C<import> method along with some functions:
 If you just want to C<-except> a single sub, you can pass it directly.
 For more than one value you have to use an array reference.
 
-=head2 Explicitely removing functions when your scope is compiled
+=head2 Explicitly removing functions when your scope is compiled
 
-It is also possible to explicitely tell C<namespace::clean> what packages
+It is also possible to explicitly tell C<namespace::clean> what packages
 to remove when the surrounding scope has finished compiling. Here is an
 example: