From: Michael Paquier Date: Fri, 10 Oct 2025 02:51:55 +0000 (+0900) Subject: Fix two typos in xlogstats.h and xlogstats.c X-Git-Tag: REL_15_15~52 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5bc057d1f3afe6f6f0d902e3da89aa3770c79ceb;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 514181792dc..163de0d9583 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, PostgreSQL Global Development Group * diff --git a/src/include/access/xlogstats.h b/src/include/access/xlogstats.h index 7eb4370f2d5..f482d3afc2f 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, PostgreSQL Global Development Group *