From ec4b9bcc3dbb2d9a2811ec77200a911c271edcdc Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 15 Apr 2010 03:05:59 +0000
Subject: [PATCH] Doc change:  effect -> affect, per Robert Haas

---
 src/backend/access/transam/xlog.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index e9aaac14cce..a6438932ebd 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.395 2010/04/14 10:29:07 sriggs Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/xlog.c,v 1.396 2010/04/15 03:05:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -5990,7 +5990,7 @@ StartupXLOG(void)
 		 * launch bgwriter to perform restartpoints.  We don't bother
 		 * during crash recovery as restartpoints can only be performed
 		 * during archive recovery.  And we'd like to keep crash recovery
-		 * simple, to avoid introducing bugs that could effect you when
+		 * simple, to avoid introducing bugs that could affect you when
 		 * recovering after crash.
 		 *
 		 * After this point, we can no longer assume that we're the only
-- 
GitLab