From 05f8844cf548de3fc962b4935d679053d5edd030 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Tue, 25 Feb 2020 12:59:18 +0100 Subject: [PATCH] Typo in comments --- SL/Controller/CustomerVendor.pm | 4 ++-- SL/Controller/Project.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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; -- 2.20.1