From 918c39c0584122cac34c941fb92bcf782b1616c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Tue, 25 Aug 2020 12:18:44 +0200 Subject: [PATCH] Kosmetik/Typo --- SL/IS.pm | 2 +- SL/OE.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; diff --git a/SL/OE.pm b/SL/OE.pm index 418015e8c..974a1a1bd 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -625,7 +625,7 @@ sub _save { ); $new_project->save; $form->{"globalproject_id"} = $new_project->id; - }; + } CVar->get_non_editable_ic_cvars(form => $form, dbh => $dbh, -- 2.20.1