english typo
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 23 May 2013 19:04:08 +0000 (19:04 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 23 May 2013 19:04:08 +0000 (19:04 +0000)
js/pz2.js

index 4f16ccb..3a99807 100644 (file)
--- a/js/pz2.js
+++ b/js/pz2.js
@@ -29,7 +29,7 @@ var pz2 = function ( paramArray )
     
     // at least one callback required
     if ( !paramArray )
-        throw new Error("Pz2.js: Array with parameters has to be suplied."); 
+        throw new Error("Pz2.js: Array with parameters has to be supplied."); 
 
     //supported pazpar2's protocol version
     this.suppProtoVer = '1';