Fix typo.

Reported-By: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/YRIlNQhLNfx555Nx@paquier.xyz
This commit is contained in:
Andres Freund 2021-08-13 05:44:03 -07:00
parent 399edafa2a
commit 1d5135f004
1 changed files with 1 additions and 1 deletions

View File

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