From f4fb63c7b74ff0e28cab75889fd6b0947f57d662 Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Thu, 29 Jan 2015 19:21:52 -0500 Subject: Revert "Corrections to spelling and grammatical errors." This reverts commit 5bf4b3bf13bc4055684a48448b05920845ef7764. On p5p-list, Steve Hay wrote on 2015-01-29: "... these and other changes to Tie-File could break backwards compatibility. The keys of %opt are passed in from user code, so we can't change the expected key from "autodefer_threshhold" to "autodefer_threshold" without also asking users to change their code, which is probably more hassle than it's worth." Parts of the reverted commit will be re-committed from a new patch. --- dist/threads-shared/t/hv_refs.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/threads-shared/t') diff --git a/dist/threads-shared/t/hv_refs.t b/dist/threads-shared/t/hv_refs.t index a2d2206950..ecefdc6d5b 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 really have deleted the values"); +ok(10, keys %foo == 0, "And make sure we realy have deleted the values"); { my (%hash1, %hash2); share(%hash1); -- cgit v1.2.1