From: Andres Freund Date: Fri, 13 Aug 2021 12:44:03 +0000 (-0700) Subject: Fix typo. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=1d5135f0043b32a7d9fdc66a9553c2078900e240;p=users%2Frhaas%2Fpostgres.git Fix typo. Reported-By: Michael Paquier Discussion: https://postgr.es/m/YRIlNQhLNfx555Nx@paquier.xyz --- diff --git a/src/backend/utils/init/postinit.c b/src/backend/utils/init/postinit.c index 5089dd43ae..78bc64671e 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();