summaryrefslogtreecommitdiff
path: root/pod/perlref.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-15 04:06:50 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-15 04:06:50 +0000
commitc2611fb358d57faaf2390cf4e8c5224abf2c4cc4 (patch)
treed0f9e8756b998ca1e637336596f3639eb40a3720 /pod/perlref.pod
parentd2fe67bec76f22b4a4066b48714199469a8288c2 (diff)
downloadperl-c2611fb358d57faaf2390cf4e8c5224abf2c4cc4.tar.gz
patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST) Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu> Subject: [PATCH]5.005_54 (DOC) fix many typos -- Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST) Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu> Subject: [PATCH]5.005_54 (DOC) typos p4raw-id: //depot/perl@2929
Diffstat (limited to 'pod/perlref.pod')
-rw-r--r--pod/perlref.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlref.pod b/pod/perlref.pod
index b59b4a876c..df85013347 100644
--- a/pod/perlref.pod
+++ b/pod/perlref.pod
@@ -559,7 +559,7 @@ access to those variables even though it doesn't get run until later,
such as in a signal handler or a Tk callback.
Using a closure as a function template allows us to generate many functions
-that act similarly. Suppopose you wanted functions named after the colors
+that act similarly. Suppose you wanted functions named after the colors
that generated HTML font changes for the various colors:
print "Be ", red("careful"), "with that ", green("light");