summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2020-07-21 17:50:59 +0100
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2020-07-21 17:50:59 +0100
commit677f8b877a0dfa75cfc6c004b3b9b406da6c73a5 (patch)
tree9d8e405553e40ff83edc3d66f5ef8726e78fe376
parent573a192df842c42cf7cf0d75082044757c8da929 (diff)
downloadperl-677f8b877a0dfa75cfc6c004b3b9b406da6c73a5.tar.gz
warnings: fix POD typo "you" → "your"
-rw-r--r--lib/warnings.pm2
-rw-r--r--regen/warnings.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/warnings.pm b/lib/warnings.pm
index f4a7b02cb7..195cc47635 100644
--- a/lib/warnings.pm
+++ b/lib/warnings.pm
@@ -727,7 +727,7 @@ warnings are (or aren't) produced:
X<-w>
This is the existing flag. If the lexical warnings pragma is B<not>
-used in any of you code, or any of the modules that you use, this flag
+used in any of your code, or any of the modules that you use, this flag
will enable warnings everywhere. See L</Backward Compatibility> for
details of how this flag interacts with lexical warnings.
diff --git a/regen/warnings.pl b/regen/warnings.pl
index fb6f833ff0..9c802722f4 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -1050,7 +1050,7 @@ warnings are (or aren't) produced:
X<-w>
This is the existing flag. If the lexical warnings pragma is B<not>
-used in any of you code, or any of the modules that you use, this flag
+used in any of your code, or any of the modules that you use, this flag
will enable warnings everywhere. See L</Backward Compatibility> for
details of how this flag interacts with lexical warnings.