[pg-cvs] CVS pg
pvaneynde
pvaneynde at common-lisp.net
Wed Jan 25 19:25:46 UTC 2006
Update of /project/pg/cvsroot/pg
In directory common-lisp:/tmp/cvs-serv24995
Modified Files:
pg.lisp
Log Message:
fix typo in pg-close-portal documentation
--- /project/pg/cvsroot/pg/pg.lisp 2005/07/17 15:48:06 1.5
+++ /project/pg/cvsroot/pg/pg.lisp 2006/01/25 19:25:46 1.6
@@ -204,7 +204,7 @@
(defgeneric pg-close-portal (connection portal)
(:documentation
- "Closes a prepared statement"))
+ "Closes a prepared statement portal"))
(defgeneric pglo-read (connection fd bytes)
(:documentation
More information about the Pg-cvs
mailing list