Bug 11398: A typo occurred with occured
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Mon, 16 Dec 2013 11:01:21 +0000 (12:01 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 2 Jan 2014 15:12:48 +0000 (15:12 +0000)
This patch cures occured and makes occurred occur.
Note that I found them while testing bug 11170.
In a follow-up of 11170, I corrected this typo in parcels.tt.
This patch touches update22to30.pl and modborrowers.tt

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Fixes a typo in 2 files.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/update22to30.pl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt

index 23d7a75..f10ace9 100755 (executable)
@@ -3443,7 +3443,7 @@ my $DBversion = "3.00.00.000";
                 $dbh->do($sql);
                 if ($dbh->err) {
                     print "====================
-    An error occured during :
+    An error occurred during :
     \t$sql
     It probably means there is something wrong in your DB : a row ($table.$row->{key}) refers to a value in $row->{foreigntable}.$row->{foreignkey} that does not exist. solve the problem and run updater again (or just the previous SQL statement).
     You can find those values with select
index 1e76757..a55dbd4 100644 (file)
                     [% IF ( op == 'show_results' ) %]
                         [% IF ( errors ) %]
                             <div class="dialog alert">
-                            <h4>Errors occured:</h4>
+                            <h4>Errors occurred:</h4>
                             <ul class="warnings">
                             [% FOREACH error IN errors %]
                                 [% IF ( error.error == 'can_not_update' ) %]