Skip to content

Commit 1d5135f

Browse files
committed
Fix typo.
Reported-By: Michael Paquier <michael@paquier.xyz> Discussion: https://postgr.es/m/YRIlNQhLNfx555Nx@paquier.xyz
1 parent 399edaf commit 1d5135f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/init/postinit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ BaseInit(void)
537537
InitBufferPoolAccess();
538538

539539
/*
540-
* Initialize temporary file access after pgstat, so that the temorary
540+
* Initialize temporary file access after pgstat, so that the temporary
541541
* file shutdown hook can report temporary file statistics.
542542
*/
543543
InitTemporaryFileAccess();

0 commit comments

Comments
 (0)