summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMarcel GrĂ¼nauer <gr@univie.ac.at>2011-05-18 21:56:51 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-05-19 06:18:27 -0700
commit1c2e8ccaafb0b2b10b96f3d2dfb1b3396382ec57 (patch)
treeeef34babebb54a9251bcfee3e81e3165611631af /ext
parentdd3b644602f47f2e7b61ad3bc013f6928ee8244d (diff)
downloadperl-1c2e8ccaafb0b2b10b96f3d2dfb1b3396382ec57.tar.gz
[perl #90306] Fix simple typos
Diffstat (limited to 'ext')
-rw-r--r--ext/B/B/Concise.pm2
-rw-r--r--ext/B/t/OptreeCheck.pm2
-rw-r--r--ext/B/t/f_map.t2
-rw-r--r--ext/B/t/f_sort.t2
-rw-r--r--ext/PerlIO-encoding/encoding.xs4
5 files changed, 6 insertions, 6 deletions
diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm
index fba7922e26..50fcdb5893 100644
--- a/ext/B/B/Concise.pm
+++ b/ext/B/B/Concise.pm
@@ -1255,7 +1255,7 @@ usual convention for Arabic numerals, and the default.
=item B<-littleendian>
-Print seqence numbers with the least significant digit first. This is
+Print sequence numbers with the least significant digit first. This is
obviously mutually exclusive with bigendian.
=back
diff --git a/ext/B/t/OptreeCheck.pm b/ext/B/t/OptreeCheck.pm
index 8cb97b91ac..84658f52d2 100644
--- a/ext/B/t/OptreeCheck.pm
+++ b/ext/B/t/OptreeCheck.pm
@@ -975,7 +975,7 @@ sub OptreeCheck::gentest {
sub OptreeCheck::processExamples {
my @files = @_;
- # gets array of paragraphs, which should be code-samples. Theyre
+ # gets array of paragraphs, which should be code-samples. They're
# turned into optreeCheck tests,
foreach my $file (@files) {
diff --git a/ext/B/t/f_map.t b/ext/B/t/f_map.t
index 9f323b8cc1..e6735d9e60 100644
--- a/ext/B/t/f_map.t
+++ b/ext/B/t/f_map.t
@@ -25,7 +25,7 @@ Due to a bleadperl optimization (Dave Mitchell, circa may 04), the
private flags /1, /2 are gone in blead (for the cases covered)
When the optree stuff was integrated into 5.8.6, these tests failed,
-and were todo'd. Theyre now done, by version-specific tweaking in
+and were todo'd. They're now done, by version-specific tweaking in
mkCheckRex(), therefore the skip is removed too.
=for gentest
diff --git a/ext/B/t/f_sort.t b/ext/B/t/f_sort.t
index 51f2aa559f..d5288a519a 100644
--- a/ext/B/t/f_sort.t
+++ b/ext/B/t/f_sort.t
@@ -24,7 +24,7 @@ Due to a bleadperl optimization (Dave Mitchell, circa apr 04), the
private flags /1, /2 are gone in blead (for the cases covered)
When the optree stuff was integrated into 5.8.6, these tests failed,
-and were todo'd. Theyre now done, by version-specific tweaking in
+and were todo'd. They're now done, by version-specific tweaking in
mkCheckRex(), therefore the skip is removed too.
=head1 Test Notes
diff --git a/ext/PerlIO-encoding/encoding.xs b/ext/PerlIO-encoding/encoding.xs
index d6b202a414..98d89e9ef4 100644
--- a/ext/PerlIO-encoding/encoding.xs
+++ b/ext/PerlIO-encoding/encoding.xs
@@ -538,8 +538,8 @@ Off_t
PerlIOEncode_tell(pTHX_ PerlIO * f)
{
PerlIOBuf *b = PerlIOSelf(f, PerlIOBuf);
- /* Unfortunately the only way to get a postion is to (re-)translate,
- the UTF8 we have in bufefr and then ask layer below
+ /* Unfortunately the only way to get a position is to (re-)translate,
+ the UTF8 we have in buffer and then ask layer below
*/
PerlIO_flush(f);
if (b->buf && b->ptr > b->buf) {