Trivial comment typos corrected.
authorJoe Atzberger <joe.atzberger@liblime.com>
Wed, 21 Jan 2009 01:18:24 +0000 (19:18 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 4 Mar 2009 16:57:24 +0000 (10:57 -0600)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tmpl

index 740a47a..9eacb7a 100644 (file)
@@ -120,14 +120,14 @@ function CloneSubfield(index){
         }
     }
     catch(e){
-        // do nothig if ButtonPlus & CloneButtonPlus don't exist.
+        // do nothing if ButtonPlus & CloneButtonPlus don't exist.
     }
     // insert this line on the page
     original.parentNode.insertBefore(clone,original.nextSibling);
 }
 
 /**
- * This function create a random number
+ * This function creates a random number
  */
 function CreateKey(){
     return parseInt(Math.random() * 100000);