diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index f1099d17..2e562a80 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -293,7 +293,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 = {