X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1b18f0aa0914699d5ef4372243ebb8872d1bdc20..918c39c0584122cac34c941fb92bcf782b1616c6:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index 83ccbde09..4e9809b7d 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -1451,7 +1451,7 @@ sub transfer_out { my (@errors, @transfers); - # do nothing, if transfer default is not requeseted at all + # do nothing, if transfer default is not requested at all if (!$::instance_conf->get_transfer_default) { $::lxdebug->leave_sub; return \@errors;