Fixed typos in test suite descriptions.

This commit is contained in:
Felix Rilling
2019-03-10 11:07:40 +01:00
parent 239a615770
commit e33b12b17c
4 changed files with 5 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ describe("ExceptionFormatter", function() {
);
});
it("filters Jamine stack frames from Webkit style traces", function() {
it("filters Jasmine stack frames from Webkit style traces", function() {
var error = {
stack: 'http://localhost:8888/__spec__/core/UtilSpec.js:115:28\n' +
'fn1@http://localhost:8888/__jasmine__/jasmine.js:4320:27\n' +