diff options
| author | David Rowley | 2025-01-01 23:42:01 +0000 |
|---|---|---|
| committer | David Rowley | 2025-01-01 23:42:01 +0000 |
| commit | 11012c503759f8018d8831bc6eb1f998eba7ad25 (patch) | |
| tree | 4c81ce997993741a27630e72c12f0cc9dfa5cee2 /src/backend/postmaster | |
| parent | 50e6eb731d98ab6d0e625a0b87fb327b172bbebd (diff) | |
Fix an assortment of spelling mistakes and typos
Author: Alexander Lakhin <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/postmaster')
| -rw-r--r-- | src/backend/postmaster/postmaster.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
