Fix typo.
authorAndres Freund <andres@anarazel.de>
Fri, 13 Aug 2021 12:44:03 +0000 (05:44 -0700)
committerAndres Freund <andres@anarazel.de>
Fri, 13 Aug 2021 12:44:03 +0000 (05:44 -0700)
Reported-By: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/YRIlNQhLNfx555Nx@paquier.xyz

src/backend/utils/init/postinit.c

index 5089dd43ae2190fbc07ddfea1614fda052bbf730..78bc64671ec5a277e741e2d4675e3088a62eb3b4 100644 (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();