From: Peter Eisentraut Date: Fri, 31 May 2013 00:56:58 +0000 (-0400) Subject: Minor spell checking X-Git-Tag: REL9_3_BETA2~66 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=d7eb6f46de900f6664918cda3b5e6f922a0a2356;p=postgresql.git Minor spell checking --- diff --git a/src/backend/replication/walreceiver.c b/src/backend/replication/walreceiver.c index 9261449d706..a30464b3127 100644 --- a/src/backend/replication/walreceiver.c +++ b/src/backend/replication/walreceiver.c @@ -678,7 +678,7 @@ WalRcvFetchTimeLineHistoryFiles(TimeLineID first, TimeLineID last) if (strcmp(fname, expectedfname) != 0) ereport(ERROR, (errcode(ERRCODE_PROTOCOL_VIOLATION), - errmsg_internal("primary reported unexpected filename for timeline history file of timeline %u", + errmsg_internal("primary reported unexpected file name for timeline history file of timeline %u", tli))); /*