summaryrefslogtreecommitdiff
path: root/dist/threads-shared
diff options
context:
space:
mode:
authorLajos Veres <vlajos@gmail.com>2015-01-28 20:35:53 -0500
committerJames E Keenan <jkeenan@cpan.org>2015-01-28 20:35:53 -0500
commit5bf4b3bf13bc4055684a48448b05920845ef7764 (patch)
treedf5552ccbd15a100e7ee864f6b06d1944285b3e4 /dist/threads-shared
parent1a43aa034207579c7b9e27eceda85687707c5c86 (diff)
downloadperl-5bf4b3bf13bc4055684a48448b05920845ef7764.tar.gz
Corrections to spelling and grammatical errors.
Extracted from patch submitted by Lajos Veres in RT #123693.
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);