Spelling: Fix spelling errors

* equal
* existence
* expectation
* expected
* intend
* message
* report
* singular
This commit is contained in:
Josh Soref
2013-10-30 15:14:11 -04:00
parent a2debf60b6
commit c7e3ca6c8a
7 changed files with 13 additions and 13 deletions

View File

@@ -80,7 +80,7 @@ describe("ConsoleReporter", function() {
expect(out.getOutput()).toEqual("*");
});
it("reports a summary when done (singluar spec and time)", function() {
it("reports a summary when done (singular spec and time)", function() {
var timerSpy = jasmine.createSpyObj('timer', ['start', 'elapsed']),
reporter = new j$.ConsoleReporter({
print: out.print,