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();