develooper Front page | perl.dbd.pg.changes | Postings from May 2008

[svn:DBD-Pg] r11196 - DBD-Pg/trunk

From:
turnstep
Date:
May 4, 2008 18:02
Subject:
[svn:DBD-Pg] r11196 - DBD-Pg/trunk
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;



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About