From: Isaac Cambron Date: Thu, 24 Oct 2013 15:01:09 +0000 (-0400) Subject: fix spelling error in tagalog test X-Git-Tag: 2.4.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76e1b2cf89fdb6e291f18a8002ed9f0424e91e0a;p=thirdparty%2Fmoment.git fix spelling error in tagalog test --- diff --git a/test/lang/tl-ph.js b/test/lang/tl-ph.js index a364c594c..f2281f231 100644 --- a/test/lang/tl-ph.js +++ b/test/lang/tl-ph.js @@ -351,12 +351,12 @@ exports["lang:tl-ph"] = { test.done(); }, - + "returns the name of the language" : function (test) { - if (typeof module !== 'undefied' && module.exports) { + if (typeof module !== 'undefined' && module.exports) { test.equal(require('../../lang/tl-ph'), 'tl-ph', "module should export tl-ph"); } - + test.done(); } };