X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4e8e33e9c0a98f10551a4ae18597dc724e621a13..e5097146f785a1b7690dd1be8a9a0aec190a404b:/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;