Fix typo in docs.
authorHeikki Linnakangas
Tue, 14 Oct 2014 06:45:00 +0000 (09:45 +0300)
committerHeikki Linnakangas
Tue, 14 Oct 2014 06:48:45 +0000 (09:48 +0300)
Shigeru Hanada

doc/src/sgml/bgworker.sgml

index d53570d98622a1c01337fe0e992954b4f268982f..8e218ac0406a7b8d1ebda3da129e137bf735aafa 100644 (file)
@@ -192,7 +192,7 @@ typedef struct BackgroundWorker
    opaque handle that can subsequently be passed to
    GetBackgroundWorkerPid(BackgroundWorkerHandle *pid_t *) or
    TerminateBackgroundWorker(BackgroundWorkerHandle *).
-   GetBackgroundWorker can be used to poll the status of the
+   GetBackgroundWorkerPid can be used to poll the status of the
    worker: a return value of BGWH_NOT_YET_STARTED indicates that
    the worker has not yet been started by the postmaster;
    BGWH_STOPPED indicates that it has been started but is