From b4beb0b84c2906130dac1fb260c506d8c15bade4 Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Tue, 20 Jan 2009 19:18:24 -0600 Subject: [PATCH] Trivial comment typos corrected. Signed-off-by: Henri-Damien LAURENT --- .../intranet-tmpl/prog/en/modules/cataloguing/additem.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tmpl index 03ec860518..b55b166c3c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tmpl @@ -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); -- 2.39.2