Merge pull request #156 from cathoderay/master

fixing typo
This commit is contained in:
Davis W. Frank
2012-01-08 12:46:14 -08:00

View File

@@ -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 = {