Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.86k stars 527 forks source link

Large batch of typo fixes #12980

Closed p5pRT closed 11 years ago

p5pRT commented 11 years ago

Migrated from rt.perl.org#118085 (status was 'resolved')

Searchable as RT118085$

p5pRT commented 11 years ago

From dsteinbrunner@pobox.com

0050-typo-fixes-for-recharclass-pod.patch ```diff From 7b552c6d8b6e22f5884afe731cfce722921959cf Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Tue, 21 May 2013 07:29:39 -0400 Subject: [PATCH 50/58] typo fixes for recharclass pod --- pod/perlrecharclass.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod index eb41ab9..79fa508 100644 --- a/pod/perlrecharclass.pod +++ b/pod/perlrecharclass.pod @@ -993,7 +993,7 @@ respect the Ca> (and Caa>) modifiers. C<< (?[ ]) >> is a regex-compile-time construct. Any attempt to use something which isn't knowable at the time the containing regular expression is compiled is a fatal error. In practice, this means -just three limitiations: +just three limitations: =over 4 @@ -1034,7 +1034,7 @@ construct. There must not be any space between any of the characters that form the initial C<(?[>. Nor may there be space between the closing C<])> characters. -Just as in all regular expressions, the pattern can can be built up by +Just as in all regular expressions, the pattern can be built up by including variables that are interpolated at regex compilation time. Care must be taken to ensure that you are getting what you expect. For example: -- 1.7.10.2 (Apple Git-33) ```
p5pRT commented 11 years ago

From dsteinbrunner@pobox.com

0051-typo-fix-for-reref-pod.patch ```diff From 11e68c55e3197c30047bcadd6dc3cc8f4a58bbf5 Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Tue, 21 May 2013 07:30:50 -0400 Subject: [PATCH 51/58] typo fix for reref pod --- pod/perlreref.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlreref.pod b/pod/perlreref.pod index d76b407..a087f39 100644 --- a/pod/perlreref.pod +++ b/pod/perlreref.pod @@ -323,7 +323,7 @@ certain characters like the German "sharp s" there is a difference. =head3 Foldcase Unicode form that is useful when comparing strings regardless of case, -as certain characters have compex one-to-many case mappings. Primarily a +as certain characters have complex one-to-many case mappings. Primarily a variant of lowercase. =head1 AUTHOR -- 1.7.10.2 (Apple Git-33) ```
p5pRT commented 11 years ago

From dsteinbrunner@pobox.com

0052-typo-fix-for-unicode-pod.patch ```diff From f309babc92229d5b7d0707cfcbc403986b44d829 Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Tue, 21 May 2013 07:31:12 -0400 Subject: [PATCH 52/58] typo fix for unicode pod --- pod/perlunicode.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 7a98285..0bee232 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -589,7 +589,7 @@ Hebrew. But would you remember that 6 months from now? =item 2 -It is unstable. A new version of Unicode may pre-empt the current meaning by +It is unstable. A new version of Unicode may preempt the current meaning by creating a property with the same name. There was a time in very early Unicode releases when C<\p{Hebrew}> would have matched the I Hebrew; now it doesn't. -- 1.7.10.2 (Apple Git-33) ```
p5pRT commented 11 years ago

From dsteinbrunner@pobox.com

0053-typo-fixes-for-uniintro-pod.patch ```diff From de716584b38168100693f076c70ed9bffa60c83b Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Tue, 21 May 2013 07:31:36 -0400 Subject: [PATCH 53/58] typo fixes for uniintro pod --- pod/perluniintro.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod index c0cca15..762b2c6 100644 --- a/pod/perluniintro.pod +++ b/pod/perluniintro.pod @@ -109,7 +109,7 @@ C of consecutive unallocated code points for its characters. So far, the number of code points in these blocks has always been evenly divisible by 16. Extras in a block, not currently needed, are left unallocated, for future growth. But there have been occasions when -a later relase needed more code points than the available extras, and a +a later release needed more code points than the available extras, and a new block had to allocated somewhere else, not contiguous to the initial one, to handle the overflow. Thus, it became apparent early on that "block" wasn't an adequate organizing principal, and so the C Githubissues.
  • Githubissues is a development platform for aggregating issues.