From 06cafd6f577ba251ac10d4f009fc3be424705a37 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Tue, 26 Apr 2022 14:24:13 +0900 Subject: [PATCH] Fix typo in pg_walinspect.c Spotted while looking at the surroundings, introduced by 2258e76. --- contrib/pg_walinspect/pg_walinspect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pg_walinspect/pg_walinspect.c b/contrib/pg_walinspect/pg_walinspect.c index 58afa1ab1c2..bf38863ff16 100644 --- a/contrib/pg_walinspect/pg_walinspect.c +++ b/contrib/pg_walinspect/pg_walinspect.c @@ -91,7 +91,7 @@ InitXLogReaderState(XLogRecPtr lsn, XLogRecPtr *first_record) XLogReaderState *xlogreader; /* - * Reading WAL below the first page of the first sgements isn't allowed. + * Reading WAL below the first page of the first segments isn't allowed. * This is a bootstrap WAL page and the page_read callback fails to read * it. */ -- 2.30.2