CVS User Account cvsuser
Wed Jan 5 22:20:16 PST 2005
Log Message:
-----------
Some fixes to spelling in comments

Modified Files:
--------------
    slony1-engine/src/slon:
        local_listen.c (r1.27 -> r1.28)

-------------- next part --------------
Index: local_listen.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/local_listen.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -Lsrc/slon/local_listen.c -Lsrc/slon/local_listen.c -u -w -r1.27 -r1.28
--- src/slon/local_listen.c
+++ src/slon/local_listen.c
@@ -394,7 +394,7 @@
 
 				/*
 				 * Nothing to do ATM ... we don't support
-				 * adding tables to subscribed sets yet and
+				 * adding tables to subscribed sets and
 				 * table information is not maintained in
 				 * the runtime configuration.
 				 */
@@ -407,7 +407,7 @@
 
 				/*
 				 * Nothing to do ATM ... we don't support
-				 * adding sequences to subscribed sets yet and
+				 * adding sequences to subscribed sets and
 				 * table information is not maintained in
 				 * the runtime configuration.
 				 */
@@ -625,7 +625,7 @@
 		PQclear(res);
 
 		/*
-		 * If there where events, commit the transaction.
+		 * If there were events, commit the transaction.
 		 */
 		if (ntuples > 0)
 		{


More information about the Slony1-commit mailing list