]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
fix spelling error in tagalog test
authorIsaac Cambron <isaac@isaaccambron.com>
Thu, 24 Oct 2013 15:01:09 +0000 (11:01 -0400)
committerIsaac Cambron <isaac@isaaccambron.com>
Thu, 24 Oct 2013 15:01:09 +0000 (11:01 -0400)
test/lang/tl-ph.js

index a364c594c9c5529bad2576b62c7d2f30907ba5c8..f2281f231ad52934adae2ccfa2f81cd54b3a3bc6 100644 (file)
@@ -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();
     }
 };