aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init/postinit.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2021-08-13 05:44:03 -0700
committerAndres Freund <andres@anarazel.de>2021-08-13 05:44:03 -0700
commit1d5135f0043b32a7d9fdc66a9553c2078900e240 (patch)
tree420d36f56b736ca63ab277a6635b9f0379e50de1 /src/backend/utils/init/postinit.c
parent399edafa2aba562a8013fbe039f3cbf3a41a436e (diff)
downloadpostgresql-1d5135f0043b32a7d9fdc66a9553c2078900e240.tar.gz
postgresql-1d5135f0043b32a7d9fdc66a9553c2078900e240.zip
Fix typo.
Reported-By: Michael Paquier <michael@paquier.xyz> Discussion: https://postgr.es/m/YRIlNQhLNfx555Nx@paquier.xyz
Diffstat (limited to 'src/backend/utils/init/postinit.c')
-rw-r--r--src/backend/utils/init/postinit.c2
1 files changed, 1 insertions, 1 deletions
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();