From 3aff33aa687e47d52f453892498b30ac98a296af Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Tue, 15 Mar 2016 18:06:11 -0400 Subject: Fix typos. Oskari Saarenmaa --- src/bin/pg_dump/parallel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/pg_dump/parallel.c') 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. * -- cgit v1.2.3