diff options
| author | Peter Eisentraut | 2017-03-14 15:38:30 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2017-03-14 16:58:39 +0000 |
| commit | f97a028d8ee3e7d64a93285707af94b612c47651 (patch) | |
| tree | 493c190e8470843ca2cd73ac06f86476d5721062 /src/interfaces | |
| parent | 5ed6fff6b729c3cce55d4abc8f695da93aa40a0d (diff) | |
Spelling fixes in code comments
From: Josh Soref <jsoref@gmail.com>
Diffstat (limited to 'src/interfaces')
| -rw-r--r-- | src/interfaces/libpq/fe-connect.c | 2 | ||||
| -rw-r--r-- | src/interfaces/libpq/fe-exec.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c index c1814f5fe43..27155f8578d 100644 --- a/src/interfaces/libpq/fe-connect.c +++ b/src/interfaces/libpq/fe-connect.c @@ -2136,7 +2136,7 @@ keep_going: /* We will come back to here until there is } /* loop over addresses */ /* - * Ooops, no more addresses. An appropriate error message is + * Oops, no more addresses. An appropriate error message is * already set up, so just set the right status. */ goto error_return; diff --git a/src/interfaces/libpq/fe-exec.c b/src/interfaces/libpq/fe-exec.c index b5518757ecf..9decd5339e2 100644 --- a/src/interfaces/libpq/fe-exec.c +++ b/src/interfaces/libpq/fe-exec.c @@ -2334,7 +2334,7 @@ PQputCopyEnd(PGconn *conn, const char *errormsg) { if (errormsg) { - /* Ooops, no way to do this in 2.0 */ + /* Oops, no way to do this in 2.0 */ printfPQExpBuffer(&conn->errorMessage, libpq_gettext("function requires at least protocol version 3.0\n")); return -1; |
