From: Michael Paquier Date: Fri, 10 Oct 2025 02:51:51 +0000 (+0900) Subject: Fix two typos in xlogstats.h and xlogstats.c X-Git-Tag: REL_17_7~69 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ede2f6b893219296d953177de11df4f43a593e81;p=postgresql.git Fix two typos in xlogstats.h and xlogstats.c Issue found while browsing this area of the code, introduced and copy-pasted around by 2258e76f90bf. Backpatch-through: 15 --- diff --git a/src/backend/access/transam/xlogstats.c b/src/backend/access/transam/xlogstats.c index 2b33decd5a1..db3e2a4ac57 100644 --- a/src/backend/access/transam/xlogstats.c +++ b/src/backend/access/transam/xlogstats.c @@ -1,7 +1,7 @@ /*------------------------------------------------------------------------- * * xlogstats.c - * Functions for WAL Statitstics + * Functions for WAL Statistics * * Copyright (c) 2022-2024, PostgreSQL Global Development Group * diff --git a/src/include/access/xlogstats.h b/src/include/access/xlogstats.h index 35bc5c974c6..1f5eecc38a4 100644 --- a/src/include/access/xlogstats.h +++ b/src/include/access/xlogstats.h @@ -1,7 +1,7 @@ /*------------------------------------------------------------------------- * * xlogstats.h - * Definitions for WAL Statitstics + * Definitions for WAL Statistics * * Copyright (c) 2022-2024, PostgreSQL Global Development Group *