Fix typo in pg_walinspect.c
authorMichael Paquier <michael@paquier.xyz>
Tue, 26 Apr 2022 05:24:13 +0000 (14:24 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 26 Apr 2022 05:24:13 +0000 (14:24 +0900)
Spotted while looking at the surroundings, introduced by 2258e76.

contrib/pg_walinspect/pg_walinspect.c

index 58afa1ab1c2346c32b996f463297b52a9a0594df..bf38863ff16642c25f141ff3b5400df244c471bc 100644 (file)
@@ -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.
     */