Typos und spellcheck für occurred
authorG. Richardson <grichardson@kivitec.de>
Wed, 13 May 2020 07:13:47 +0000 (09:13 +0200)
committerG. Richardson <grichardson@kivitec.de>
Wed, 13 May 2020 07:13:47 +0000 (09:13 +0200)
SL/Controller/Letter.pm
SL/DATEV.pm
SL/DB.pm
SL/X.pm
locale/de/all
locale/en/all
t/006spellcheck.t
templates/mail/self_test/status_mail.txt

index 2c93480..3ee9eb7 100644 (file)
@@ -151,7 +151,7 @@ sub action_delete {
   my ($self, %params) = @_;
 
   if (!$self->letter->delete) {
-    flash('error', t8('An error occured. Letter could not be deleted.'));
+    flash('error', t8('An error occurred. Letter could not be deleted.'));
     return $self->action_update;
   }
 
index c5d75ea..3766c1b 100644 (file)
@@ -1634,7 +1634,7 @@ Forces a garbage collection on previous exports which will delete all exports th
 
 =item errors
 
-Returns a list of errors that occured. If no errors occured, the export was a success.
+Returns a list of errors that occurred. If no errors occurred, the export was a success.
 
 =item export
 
index ff54cce..a59fd6f 100644 (file)
--- a/SL/DB.pm
+++ b/SL/DB.pm
@@ -205,7 +205,7 @@ within another C<with_transaction>, whereas L<Rose::DB/do_transaction> can not.
 =item Return values
 
 C<with_transaction> adopts the behaviour of C<eval> in that it returns the
-result of the inner block, and C<undef> if an error occured. This way you can
+result of the inner block, and C<undef> if an error occurred. This way you can
 use the same pattern you would normally use with C<eval> for
 C<with_transaction>:
 
diff --git a/SL/X.pm b/SL/X.pm
index b8ae60a..9343dea 100644 (file)
--- a/SL/X.pm
+++ b/SL/X.pm
@@ -22,7 +22,7 @@ use Exception::Class (
   'SL::X::DBRoseError'  => {
     isa                 => 'SL::X::DBError',
     fields              => [ qw(class metaobject object) ],
-    defaults            => { error_template => [ '\'%s\' in object of type \'%s\' occured', qw(db_error class) ] },
+    defaults            => { error_template => [ '\'%s\' in object of type \'%s\' occurred', qw(db_error class) ] },
   },
   'SL::X::DBUtilsError' => {
     isa                 => 'SL::X::DBError',
index 7c0a2ac..1e53eca 100755 (executable)
@@ -290,7 +290,7 @@ $self->{texts} = {
   'Amount payable'              => 'Noch zu bezahlender Betrag',
   'Amount payable less discount' => 'Noch zu bezahlender Betrag abzüglich Skonto',
   'Amounts differ too much'     => 'Beträge weichen zu sehr voneinander ab.',
-  'An error occured. Letter could not be deleted.' => 'Es ist ein Fehler aufgetreten. Der Brief konnte nicht gelöscht werden.',
+  'An error occurred. Letter could not be deleted.' => 'Es ist ein Fehler aufgetreten. Der Brief konnte nicht gelöscht werden.',
   'An error occurred while transferring the file.' => 'Bei Übertragung der Datei trat ein Fehler auf',
   'An exception occurred during execution.' => 'Während der Ausführung trat eine Ausnahme auf.',
   'An invalid character was used (invalid characters: #1).' => 'Ein ungültiges Zeichen wurde benutzt (ungültige Zeichen: #1).',
index 788b740..0edb889 100644 (file)
@@ -290,7 +290,7 @@ $self->{texts} = {
   'Amount payable'              => '',
   'Amount payable less discount' => '',
   'Amounts differ too much'     => '',
-  'An error occured. Letter could not be deleted.' => '',
+  'An error occurred. Letter could not be deleted.' => '',
   'An error occurred while transferring the file.' => '',
   'An exception occurred during execution.' => '',
   'An invalid character was used (invalid characters: #1).' => '',
index bc511a4..71b7e58 100644 (file)
@@ -43,6 +43,7 @@ existant
 fomr
 invoce
 lenght
+occured
 paramater
 pirce
 postition
index c2d8f99..b34ce11 100644 (file)
@@ -1,7 +1,7 @@
 kivitendo selftest report.
 
 [% IF errors %]
-  General error(s) have occured.
+  General error(s) have occurred.
   [% errors %]
 [% END %]