Fix mispeling ...
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Dec 2001 07:25:39 +0000 (07:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Dec 2001 07:25:39 +0000 (07:25 +0000)
src/backend/access/transam/xlog.c

index b385c39e7bc9b5bfc585aa7a87b7188bdf1a3b99..83f5e5ea3c6a631bf838a0b07a081defa5291aaf 100644 (file)
@@ -2439,7 +2439,7 @@ StartupXLOG(void)
                         str_time(ControlFile->time));
        else if (ControlFile->state == DB_IN_RECOVERY)
                elog(LOG, "database system was interrupted being in recovery at %s\n"
-                        "\tThis propably means that some data blocks are corrupted\n"
+                        "\tThis probably means that some data blocks are corrupted\n"
                         "\tand you will have to use the last backup for recovery.",
                         str_time(ControlFile->time));
        else if (ControlFile->state == DB_IN_PRODUCTION)