From ea888e4c03f6c28d2e1fa0455aebd23713bd5677 Mon Sep 17 00:00:00 2001 From: August Toman-Yih and Sheel Choksi Date: Wed, 30 Oct 2013 17:30:25 -0700 Subject: [PATCH] Fix triple/tripple spelling error --- spec/core/matchers/matchersUtilSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/core/matchers/matchersUtilSpec.js b/spec/core/matchers/matchersUtilSpec.js index 07d113d2..ca88a1ca 100644 --- a/spec/core/matchers/matchersUtilSpec.js +++ b/spec/core/matchers/matchersUtilSpec.js @@ -1,6 +1,6 @@ describe("matchersUtil", function() { describe("equals", function() { - it("passes for literals that are tripple-equal", function() { + it("passes for literals that are triple-equal", function() { expect(j$.matchersUtil.equals(null, null)).toBe(true); expect(j$.matchersUtil.equals(void 0, void 0)).toBe(true); });