From 62ae23ae6cf46365be80302cc078d10962cc336c Mon Sep 17 00:00:00 2001
From: Gus <gel1163@stacmail.net>
Date: Tue, 19 Jan 2016 20:28:43 +0000
Subject: [PATCH] 15613 - Spelling mistake in opac-shelves.tt paramter ==>
 parameter Test - check the change is made in the file

---
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt
index 7fd410b..22650c7 100644
--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt
+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt
@@ -838,7 +838,7 @@ $(function() {
         });
     [% END %]
 
-    // If JS is enabled add paramter to download link
+    // If JS is enabled add parameter to download link
     var dialoglink = $(".download").attr("href");
     dialoglink += "&context=modal";
     $(".download").attr("href",dialoglink);
-- 
1.7.10.4