Author: turnstep
Date: Sun May 4 18:02:24 2008
New Revision: 11196
Modified:
DBD-Pg/trunk/dbdimp.c
DBD-Pg/trunk/quote.c
Log:
Spelling fixes.
Modified: DBD-Pg/trunk/dbdimp.c
==============================================================================
--- DBD-Pg/trunk/dbdimp.c (original)
+++ DBD-Pg/trunk/dbdimp.c Sun May 4 18:02:24 2008
@@ -4423,7 +4423,7 @@
TRACE_PQGETCANCEL;
cancel = PQgetCancel(imp_dbh->conn);
- /* This almost always works. If not, free our structure and complain
looudly */
+ /* This almost always works. If not, free our structure and complain
loudly */
TRACE_PQGETCANCEL;
if (! PQcancel(cancel,errbuf,sizeof(errbuf))) {
TRACE_PQFREECANCEL;
Modified: DBD-Pg/trunk/quote.c
==============================================================================
--- DBD-Pg/trunk/quote.c (original)
+++ DBD-Pg/trunk/quote.c Sun May 4 18:02:24 2008
@@ -354,7 +354,7 @@
{
dTHX;
- /* We are going to retun a dequote_bytea(), JIC */
+ /* We are going to return a dequote_bytea(), just in case */
warn("Use of SQL_BINARY invalid in dequote()");
dequote_bytea(string, retlen, estring);
return;