From fa899ab810986b8cc912e2ef4f093e8b080b3556 Mon Sep 17 00:00:00 2001 From: Colin Ross Date: Sat, 12 May 2012 06:34:12 +0100 Subject: [PATCH] Fix typo in test name --- test/soaks.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/soaks.coffee b/test/soaks.coffee index 68d3b762..97130c4d 100644 --- a/test/soaks.coffee +++ b/test/soaks.coffee @@ -23,7 +23,7 @@ test "soaked property access caches method calls", -> eq nonce , obj.fn()?.a eq undefined, obj.fn()?.b -test "soaked property access chaching", -> +test "soaked property access caching", -> nonce = {} counter = 0 fn = ->