|
7 | 7 | * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group |
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California |
9 | 9 | * |
10 | | - * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.83 2001/12/19 19:42:51 tgl Exp $ |
| 10 | + * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.84 2001/12/23 07:25:39 tgl Exp $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
@@ -2439,7 +2439,7 @@ StartupXLOG(void) |
2439 | 2439 | str_time(ControlFile->time)); |
2440 | 2440 | elseif (ControlFile->state==DB_IN_RECOVERY) |
2441 | 2441 | elog(LOG,"database system was interrupted being in recovery at %s\n" |
2442 | | -"\tThispropably means that some data blocks are corrupted\n" |
| 2442 | +"\tThisprobably means that some data blocks are corrupted\n" |
2443 | 2443 | "\tand you will have to use the last backup for recovery.", |
2444 | 2444 | str_time(ControlFile->time)); |
2445 | 2445 | elseif (ControlFile->state==DB_IN_PRODUCTION) |
|