fix trivial typo in perldelta
authorDavid Mitchell <davem@iabyn.com>
Fri, 12 Jun 2009 12:29:59 +0000 (13:29 +0100)
committerDavid Mitchell <davem@iabyn.com>
Fri, 12 Jun 2009 12:29:59 +0000 (13:29 +0100)
pod/perl5110delta.pod

index ea62b67..afd1b35 100644 (file)
@@ -13,7 +13,7 @@ development releases.
 
 The handling of complex expressions by the C<given>/C<when> switch
 statement has been enhanced. There are two new cases where C<when> now
-inteprets its argument as a boolean, instead of an expression to be used
+interprets its argument as a boolean, instead of an expression to be used
 in a smart match:
 
 =over 4