From: G. Richardson Date: Tue, 25 Feb 2020 11:59:18 +0000 (+0100) Subject: Typo in comments X-Git-Tag: release-3.5.6.1~254 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=05f8844cf548de3fc962b4935d679053d5edd030;p=kivitendo-erp.git Typo in comments --- diff --git a/SL/Controller/CustomerVendor.pm b/SL/Controller/CustomerVendor.pm index 03aed6a3b..0fdd832df 100644 --- a/SL/Controller/CustomerVendor.pm +++ b/SL/Controller/CustomerVendor.pm @@ -622,8 +622,8 @@ sub action_ajaj_autocomplete { } # if someone types something, and hits enter, assume he entered the full name. - # if something matches, treat that as sole match - # unfortunately get_models can't do more than one per package atm, so we d it + # if something matches, treat that as the sole match + # unfortunately get_models can't do more than one per package atm, so we do it # the oldfashioned way. if ($::form->{prefer_exact}) { my $exact_matches; diff --git a/SL/Controller/Project.pm b/SL/Controller/Project.pm index 14f27dc68..90e2d6e6d 100644 --- a/SL/Controller/Project.pm +++ b/SL/Controller/Project.pm @@ -99,8 +99,8 @@ sub action_ajax_autocomplete { $::form->{filter}{'all:substr:multi::ilike'} =~ s{[\(\)]+}{}g; # if someone types something, and hits enter, assume he entered the full name. - # if something matches, treat that as sole match - # unfortunately get_models can't do more than one per package atm, so we d it + # if something matches, treat that as the sole match + # unfortunately get_models can't do more than one per package atm, so we do it # the oldfashioned way. if ($::form->{prefer_exact}) { my $exact_matches;