Fix typo in bgworker.c
authorRobert Haas
Fri, 30 Oct 2015 09:35:33 +0000 (10:35 +0100)
committerRobert Haas
Fri, 30 Oct 2015 09:38:27 +0000 (10:38 +0100)
src/backend/postmaster/bgworker.c

index 68c9505809eaea221efa767198a03f078bae80db..220e599cca2871b47da0e2b5c2d7daf22e6f2c6e 100644 (file)
@@ -828,7 +828,7 @@ RegisterDynamicBackgroundWorker(BackgroundWorker *worker,
    /*
     * We can't register dynamic background workers from the postmaster. If
     * this is a standalone backend, we're the only process and can't start
-    * any more.  In a multi-process environement, it might be theoretically
+    * any more.  In a multi-process environment, it might be theoretically
     * possible, but we don't currently support it due to locking
     * considerations; see comments on the BackgroundWorkerSlot data
     * structure.