Fix blindly-copied comment.
[mkws-moved-to-github.git] / test / spec / mkws-pazpar2.js
index 1f1dc74..3614152 100644 (file)
@@ -9,7 +9,7 @@ var debug = function (text) {
         mkws.log("Jasmine: " + text)
     }
 
-    // Define empty mkws_config for simple applications that don't define it.
+// Define empty jasmine_config for simple applications that don't define it.
 if (jasmine_config == null || typeof jasmine_config != 'object') {
     var jasmine_config = {};
 }
@@ -79,7 +79,7 @@ describe("Check MOTD before search", function () {
     // Check that the MOTD has been moved into its container, and
     // is visible before the search.
     // the mkwsMOTD div was originally inside a testMOTD div, which should
-    // now be emtpy
+    // now be empty
     // Note that the testMOTD is a regular div, and uses #testMOTD,
     // since the automagic class-making does not apply to it.
     it("MOTD is hidden", function () {