summaryrefslogtreecommitdiff
path: root/pod/perlrebackslash.pod
diff options
context:
space:
mode:
authorAlexandr Savca <alexandr.savca89@gmail.com>2018-04-18 16:28:00 -0400
committerJames E Keenan <jkeenan@cpan.org>2018-04-19 09:20:37 -0400
commitdabde021f60e09a0d267e2c1d21905e88314056d (patch)
treecba2215a54b03e0210e5793a98743dd47d129844 /pod/perlrebackslash.pod
parenta3bda1a78f16ffb09616f48f73bb73558cbfd96c (diff)
downloadperl-dabde021f60e09a0d267e2c1d21905e88314056d.tar.gz
Spelling corrections in pod/*.pod from Alexandr Savca.
Alexandr Savca is now a Perl AUTHOR. For: RT #133120 Committer: holding off on the corrections to pod/perlartistic.pod until clarification of change to license text.
Diffstat (limited to 'pod/perlrebackslash.pod')
-rw-r--r--pod/perlrebackslash.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrebackslash.pod b/pod/perlrebackslash.pod
index 4a1c546f74..01226e6a6e 100644
--- a/pod/perlrebackslash.pod
+++ b/pod/perlrebackslash.pod
@@ -596,7 +596,7 @@ sentence boundary. C<\b{sb}> works with text designed for
word-processors which wrap lines
automatically for display, but hard-coded line boundaries are considered
to be essentially the ends of text blocks (paragraphs really), and hence
-the ends of sententces. C<\b{sb}> doesn't do well with text containing
+the ends of sentences. C<\b{sb}> doesn't do well with text containing
embedded newlines, like the source text of the document you are reading.
Such text needs to be preprocessed to get rid of the line separators
before looking for sentence boundaries. Some people view this as a bug