Freudian slip error in perlsub.pod
Chip Salzenberg [Wed, 9 Apr 1997 00:00:00 +0000 (00:00 +0000)]
(this is the same change as commit b7a03ccba4c2b93b96002aca9f411649e099dcc0, but as applied)

pod/perlsub.pod

index 602e5c0..7cdd893 100644 (file)
@@ -383,7 +383,7 @@ If this function is being sourced in from a separate file
 via C<require> or C<use>, then this is probably just fine.  If it's
 all in the main program, you'll need to arrange for the my()
 to be executed early, either by putting the whole block above
-your pain program, or more likely, placing merely a BEGIN
+your main program, or more likely, placing merely a BEGIN
 sub around it to make sure it gets executed before your program
 starts to run: