summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-07-16 12:15:12 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-07-16 12:15:12 +0100
commit7b13a78642341e82fb4a3b303837e9a1d3c7b098 (patch)
tree751a13f5b929992e540d37974cfc9b73829aaef5
parent0839b6d75d4615531cf8d17980550287116283c2 (diff)
downloadperl-7b13a78642341e82fb4a3b303837e9a1d3c7b098.tar.gz
Fix typo in perldelta
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index fa003d3ae6..7a0dd940fc 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -50,7 +50,7 @@ output. By default this is written to C<stderr>, but can optionally
be redirected to a file by setting the C<PERLIO_DEBUG> environment
variable.
-If perl is running setuid or the C<-T> switch has supplied
+If perl is running setuid or the C<-T> switch was supplied
C<PERLIO_DEBUG> is ignored and the debugging output is sent to
C<stderr> as for any other C<-D> switch.