summaryrefslogtreecommitdiff
path: root/dist/threads-shared
diff options
context:
space:
mode:
authorLajos Veres <vlajos@gmail.com>2015-01-29 19:32:16 -0500
committerJames E Keenan <jkeenan@cpan.org>2015-01-29 19:43:57 -0500
commita9ccbcd7e3e4416b46c5c8cd5e61e7930776a83e (patch)
treef2d6dc486558eed76b2c1247cfa410c9fd60ec93 /dist/threads-shared
parentf4fb63c7b74ff0e28cab75889fd6b0947f57d662 (diff)
downloadperl-a9ccbcd7e3e4416b46c5c8cd5e61e7930776a83e.tar.gz
Corrections to spelling and grammatical errors.
Extracted from patch submitted by Lajos Veres in RT #123693. This commit applies those patches to files under dist/ *other than* those pertaining to Tie-File. Update $VERSION in Dumper.pm and Storable.pm after re-applying patches from RT
Diffstat (limited to 'dist/threads-shared')
-rw-r--r--dist/threads-shared/t/hv_refs.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/threads-shared/t/hv_refs.t b/dist/threads-shared/t/hv_refs.t
index ecefdc6d5b..a2d2206950 100644
--- a/dist/threads-shared/t/hv_refs.t
+++ b/dist/threads-shared/t/hv_refs.t
@@ -63,7 +63,7 @@ ok(8, threads::shared::_id($$gg) == threads::shared::_id($$gg2),
sprintf("Check we get the same thing (%x vs %x)",
threads::shared::_id($$gg),threads::shared::_id($$gg2)));
ok(9, $$gg eq $$gg2, "And check the values are the same");
-ok(10, keys %foo == 0, "And make sure we realy have deleted the values");
+ok(10, keys %foo == 0, "And make sure we really have deleted the values");
{
my (%hash1, %hash2);
share(%hash1);