Typos in Doku
authorG. Richardson <information@kivitendo-premium.de>
Tue, 12 Jul 2016 11:08:19 +0000 (13:08 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Wed, 13 Jul 2016 10:37:39 +0000 (12:37 +0200)
SL/DB/Helper/CustomVariables.pm

index 9de8394..3869f16 100644 (file)
@@ -330,7 +330,7 @@ sub make_cvar_custom_filter {
         # remove rose aliases. query builder sadly is not reentrant, and will reuse the same aliases. :(
         $query{$key} =~ s{\bt\d+(?:\.)?\b}{}g;
 
-        # manually inline the values. again, rose doen't know how to handle bind params in subqueries :(
+        # manually inline the values. again, rose doesn't know how to handle bind params in subqueries :(
         $query{$key} =~ s{\?}{ $config->dbh->quote(shift @{ $bind_vals{$key} }) }xeg;
 
         $query{$key} =~ s{\n}{ }g;