[perl #32419] Spelling fixes for perl@23492
[p5sagit/p5-mst-13.2.git] / pod / perl590delta.pod
index b71457e..389105e 100644 (file)
@@ -121,7 +121,7 @@ modifiers, has been removed.
 
 =head2 Assertions
 
-Perl 5.9.0 has experimental support for assertions.  Note that hhe user
+Perl 5.9.0 has experimental support for assertions.  Note that the user
 interface is not fully stabilized yet, and it may change until the 5.10.0
 release.  A new command-line switch, B<-A>, is used to activate
 assertions, which are declared with the C<assertions> pragma.  See