Author: hmbrand
Date: Tue Jun  8 05:19:31 2010
New Revision: 14123

Modified:
   dbi/trunk/lib/DBD/Gofer.pm
   dbi/trunk/lib/DBI/Profile.pm

Log:
More spelling

Modified: dbi/trunk/lib/DBD/Gofer.pm
==============================================================================
--- dbi/trunk/lib/DBD/Gofer.pm  (original)
+++ dbi/trunk/lib/DBD/Gofer.pm  Tue Jun  8 05:19:31 2010
@@ -302,7 +302,7 @@
 
         if (my $dbh_attributes = $response->dbh_attributes) {
 
-            # XXX installed_methods piggbacks on dbh_attributes for now
+            # XXX installed_methods piggybacks on dbh_attributes for now
             if (my $installed_methods = delete 
$dbh_attributes->{dbi_installed_methods}) {
                 DBD::Gofer::install_methods_proxy($installed_methods)
                     if $dbh->{go_request_count}==1;
@@ -1270,7 +1270,7 @@
 so that web caches (squid etc) could be used to implement the caching.
 (MUST require the use of GET rather than POST requests.)
 
-Rework handling of installed_methods to not piggback on dbh_attributes?
+Rework handling of installed_methods to not piggyback on dbh_attributes?
 
 Perhaps support transactions for transports where it's possible (ie null and 
stream)?
 Would make stream transport (ie ssh) more useful to more people.

Modified: dbi/trunk/lib/DBI/Profile.pm
==============================================================================
--- dbi/trunk/lib/DBI/Profile.pm        (original)
+++ dbi/trunk/lib/DBI/Profile.pm        Tue Jun  8 05:19:31 2010
@@ -266,7 +266,7 @@
 But you'll note that there is only one call to
 DBD::_::db::selectrow_arrayref but another 99 to
 DBD::mysql::db::selectrow_arrayref. Currently the first
-call Pern't record the true location. That may change.
+call doesn't record the true location. That may change.
 
 B<!Caller>
 

Reply via email to