From 11012c503759f8018d8831bc6eb1f998eba7ad25 Mon Sep 17 00:00:00 2001 From: David Rowley Date: Thu, 2 Jan 2025 12:42:01 +1300 Subject: Fix an assortment of spelling mistakes and typos Author: Alexander Lakhin Discussion: https://postgr.es/m/5812a0b9-b0cf-4151-9a14-d9f00e4f2858@gmail.com --- src/backend/postmaster/postmaster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/postmaster') diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index b50842d712e..0a915dac4f7 100644 --- a/src/backend/postmaster/postmaster.c +++ b/src/backend/postmaster/postmaster.c @@ -2827,7 +2827,7 @@ PostmasterStateMachine(void) /* * In the PM_WAIT_BACKENDS state, wait for all the regular backends and - * procesess like autovacuum and background workers that are comparable to + * processes like autovacuum and background workers that are comparable to * backends to exit. * * PM_STOP_BACKENDS is a transient state that means the same as -- cgit v1.2.3