]> granicus.if.org Git - postgresql/commitdiff
Fix assorted typos
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 2 Feb 2011 00:07:42 +0000 (19:07 -0500)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 12 May 2011 12:52:56 +0000 (08:52 -0400)
contrib/pg_standby/pg_standby.c
src/backend/access/transam/clog.c

index 4e38d9b6b27358b8725bb9e3a29a57c80d83dc64..7204b447da7cac8e8a6d756ef09c2730565a9fa2 100644 (file)
@@ -119,7 +119,7 @@ struct stat stat_buf;
  *     accessible directory. If you want to make other assumptions,
  *     such as using a vendor-specific archive and access API, these
  *     routines are the ones you'll need to change. You're
- *     enouraged to submit any changes to pgsql-hackers@postgresql.org
+ *     encouraged to submit any changes to pgsql-hackers@postgresql.org
  *     or personally to the current maintainer. Those changes may be
  *     folded in to later versions of this program.
  */
@@ -252,7 +252,7 @@ CustomizableCleanupPriorWALFiles(void)
                /*
                 * Assume it's OK to keep failing. The failure situation may change
                 * over time, so we'd rather keep going on the main processing than
-                * fail because we couldnt clean up yet.
+                * fail because we couldn't clean up yet.
                 */
                if ((xldir = opendir(archiveLocation)) != NULL)
                {
index df0f15679faba1dd764f7eb0487eddc301e350eb..d3de8934eee15879af3d2258b29d452a39cc33d5 100644 (file)
@@ -431,8 +431,8 @@ CLOGShmemInit(void)
 /*
  * This func must be called ONCE on system install.  It creates
  * the initial CLOG segment.  (The CLOG directory is assumed to
- * have been created by the initdb shell script, and CLOGShmemInit
- * must have been called already.)
+ * have been created by initdb, and CLOGShmemInit must have been
+ * called already.)
  */
 void
 BootStrapCLOG(void)