Typo in comments
authorG. Richardson <grichardson@kivitec.de>
Tue, 25 Feb 2020 11:59:18 +0000 (12:59 +0100)
committerG. Richardson <grichardson@kivitec.de>
Tue, 25 Feb 2020 11:59:18 +0000 (12:59 +0100)
SL/Controller/CustomerVendor.pm
SL/Controller/Project.pm

index 03aed6a..0fdd832 100644 (file)
@@ -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;
index 14f27dc..90e2d6e 100644 (file)
@@ -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;