From: David Steinbrunner Date: Tue, 6 Aug 2013 12:04:43 +0000 (-0400) Subject: typo fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=42d0bc4b17a7dd389349c4ca643cb576e5ca2ffe;p=dbsrgits%2FDBIx-Class-Historic.git typo fix --- diff --git a/lib/DBIx/Class/Storage/DBI/IdentityInsert.pm b/lib/DBIx/Class/Storage/DBI/IdentityInsert.pm index c3868c6..5483af4 100644 --- a/lib/DBIx/Class/Storage/DBI/IdentityInsert.pm +++ b/lib/DBIx/Class/Storage/DBI/IdentityInsert.pm @@ -29,7 +29,7 @@ toggles like: =cut # SET IDENTITY_X only works as part of a statement scope. We can not -# $dbh->do the $sql and the wrapping set()s individualy. Hence the +# $dbh->do the $sql and the wrapping set()s individually. Hence the # sql mangling. The newlines are important. sub _prep_for_execute { my $self = shift;