X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/333003d332756c5f53a33720aea7b714dfd335c8..443e237ff0dbd22131349e65e4a86c3f3c73c7c9:/SL/X.pm diff --git a/SL/X.pm b/SL/X.pm index b8ae60ac6..9343deab0 100644 --- 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',