Skip to content

Commit

Permalink
Spelling (RT#114066, Gregor Herrman)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tux committed Aug 13, 2024
1 parent d0be81d commit d30b67b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DBI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7943,7 +7943,7 @@ following logger module:
$self->{_buf} .= shift;
#
# DBI feeds us pieces at a time, so accumulate a complete line
# before outputing
# before outputting
#
print $fh "At ", scalar localtime(), ':', $self->{_buf}, "\n" and
$self->{_buf} = ''
Expand Down
2 changes: 1 addition & 1 deletion lib/DBD/Gofer/Policy/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ subclasses of existing policies.
In many cases individual policy items can be overridden on a case-by-case basis
within your application code. You do this by passing a corresponding
C<<go_<policy_name>>> attribute into DBI methods by your application code.
This let's you fine-tune the behaviour for special cases.
This lets you fine-tune the behaviour for special cases.
The policy items are implemented as methods. In many cases the methods are
passed parameters relating to the DBD::Gofer code being executed. This means
Expand Down

0 comments on commit d30b67b

Please sign in to comment.