From 1d5135f0043b32a7d9fdc66a9553c2078900e240 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Fri, 13 Aug 2021 05:44:03 -0700 Subject: [PATCH] Fix typo. Reported-By: Michael Paquier Discussion: https://postgr.es/m/YRIlNQhLNfx555Nx@paquier.xyz --- src/backend/utils/init/postinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/utils/init/postinit.c b/src/backend/utils/init/postinit.c index 5089dd43ae2..78bc64671ec 100644 --- a/src/backend/utils/init/postinit.c +++ b/src/backend/utils/init/postinit.c @@ -537,7 +537,7 @@ BaseInit(void) InitBufferPoolAccess(); /* - * Initialize temporary file access after pgstat, so that the temorary + * Initialize temporary file access after pgstat, so that the temporary * file shutdown hook can report temporary file statistics. */ InitTemporaryFileAccess();