From 572149891191529276d3b4a932055fde944349c3 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 6 Feb 2014 16:08:14 +0000 Subject: [PATCH] grammar --- test/spec/mkws-config.js | 4 ++-- test/spec/mkws-pazpar2.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/spec/mkws-config.js b/test/spec/mkws-config.js index 64d9fd9..70ae891 100644 --- a/test/spec/mkws-config.js +++ b/test/spec/mkws-config.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 IndexData ApS. http://indexdata.com +/* Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com * * check mkws_config = {} object in browser * @@ -36,7 +36,7 @@ describe("Check pazpar2 config", function () { }); describe("Check pazpar2 runtime", function () { - it("pazpar2 was successfully initialize", function () { + it("pazpar2 was successfully initialized", function () { expect(mkws_config.error).toBe(undefined); }); }); diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index 7d94fde..7904a08 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 IndexData ApS. http://indexdata.com +/* Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com * * perform papzpar2 / pz2.js search & retrieve request in the browser * @@ -76,7 +76,7 @@ describe("Init jasmine config", function () { }); describe("Check pazpar2 search", function () { - it("pazpar2 was successfully initialize", function () { + it("pazpar2 was successfully initialized", function () { expect(mkws_config.error).toBe(undefined); }); -- 1.7.10.4