diff options
Diffstat (limited to 'src/bin/pg_dump/parallel.c')
-rw-r--r-- | src/bin/pg_dump/parallel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/parallel.c b/src/bin/pg_dump/parallel.c index d8bd9a9e378..9ce7711bf4d 100644 --- a/src/bin/pg_dump/parallel.c +++ b/src/bin/pg_dump/parallel.c @@ -1262,7 +1262,7 @@ readMessageFromPipe(int fd) int ret; /* - * The problem here is that we need to deal with several possibilites: we + * The problem here is that we need to deal with several possibilities: we * could receive only a partial message or several messages at once. The * caller expects us to return exactly one message however. * |