summaryrefslogtreecommitdiff
path: root/pod/perlfaq6.pod
diff options
context:
space:
mode:
authorPeter J. Acklam) (via RT <perlbug-followup@perl.org>2011-01-06 23:14:00 -0800
committerAbigail <abigail@abigail.be>2011-01-07 11:21:48 +0100
commitc69ca1d4c45d8f9405e06ad3419c8ab43c8ae1d0 (patch)
tree5901edce96f54f37cc26a2c3591fbe0428626de9 /pod/perlfaq6.pod
parent93f09d7ba52fad6ba827274ee4fa13235edb2b44 (diff)
downloadperl-c69ca1d4c45d8f9405e06ad3419c8ab43c8ae1d0.tar.gz
Fix typos in pod/*
# New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81906] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81906 >
Diffstat (limited to 'pod/perlfaq6.pod')
-rw-r--r--pod/perlfaq6.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq6.pod b/pod/perlfaq6.pod
index 0238c9a638..a705988958 100644
--- a/pod/perlfaq6.pod
+++ b/pod/perlfaq6.pod
@@ -770,7 +770,7 @@ though.
}
For more details on regular expression efficiency, see I<Mastering
-Regular Expressions> by Jeffrey Freidl. He explains how regular
+Regular Expressions> by Jeffrey Friedl. He explains how regular
expressions engine work and why some patterns are surprisingly
inefficient. Once you understand how perl applies regular expressions,
you can tune them for individual situations.