From 8c22b26d9ce8c5647de5c6b870043dd6305c3ba7 Mon Sep 17 00:00:00 2001 From: Ronald Andreu Kaiser Date: Fri, 11 Nov 2011 16:42:50 -0200 Subject: [PATCH] fixing typo --- lib/jasmine-core/jasmine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 8bba9262..d94a748c 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -278,7 +278,7 @@ jasmine.Spy = function(name) { }; /** - * Tells a spy to call through to the actual implemenatation. + * Tells a spy to call through to the actual implementation. * * @example * var foo = {