perldiag: typo
authorFather Chrysostomos <sprout@cpan.org>
Mon, 14 Feb 2011 17:52:24 +0000 (09:52 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 14 Feb 2011 17:59:35 +0000 (09:59 -0800)
pod/perldiag.pod

index b1e4c6a..7dbe056 100644 (file)
@@ -4355,7 +4355,7 @@ assignment or as a subroutine argument for example).
 
 =item sv_upgrade from type %d down to type %d
 
-(P) Perl tried to force the upgrade an SV to a type which was actually
+(P) Perl tried to force the upgrade of an SV to a type which was actually
 inferior to its current type.
 
 =item Switch (?(condition)... contains too many branches in regex; marked by <-- HERE in m/%s/