From c7d225e227aa481c30532b2954055afd1705af31 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 16 Apr 2017 19:47:37 -0400 Subject: [PATCH] Fix typo in comment Author: Masahiko Sawada --- src/backend/access/transam/xlogutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/access/transam/xlogutils.c b/src/backend/access/transam/xlogutils.c index 28c07d37c1..fb7f2e7974 100644 --- a/src/backend/access/transam/xlogutils.c +++ b/src/backend/access/transam/xlogutils.c @@ -780,7 +780,7 @@ XLogRead(char *buf, TimeLineID tli, XLogRecPtr startptr, Size count) * * We can't just check the timeline when we read a page on a different segment * to the last page. We could've received a timeline switch from a cascading - * upstream, so the current segment ends apruptly (possibly getting renamed to + * upstream, so the current segment ends abruptly (possibly getting renamed to * .partial) and we have to switch to a new one. Even in the middle of reading * a page we could have to dump the cached page and switch to a new TLI. * -- 2.40.0