diff options
| author | Amit Kapila | 2019-05-26 12:58:18 +0000 |
|---|---|---|
| committer | Amit Kapila | 2019-05-26 12:58:18 +0000 |
| commit | 9679345f3c5ec071f63db358581e28f06c8744a7 (patch) | |
| tree | 12365b3337578d66f41a58d0e2c2966d9eb3acac /src/interfaces | |
| parent | 41205719d34969018f708baa70d9d06dae0c0d08 (diff) | |
Fix typos.
Reported-by: Alexander Lakhin
Author: Alexander Lakhin
Reviewed-by: Amit Kapila and Tom Lane
Discussion: https://postgr.es/m/7208de98-add8-8537-91c0-f8b089e2928c@gmail.com
Diffstat (limited to 'src/interfaces')
| -rw-r--r-- | src/interfaces/libpq/pqexpbuffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/pqexpbuffer.c b/src/interfaces/libpq/pqexpbuffer.c index b3c53b0cda3..a9af6f8d837 100644 --- a/src/interfaces/libpq/pqexpbuffer.c +++ b/src/interfaces/libpq/pqexpbuffer.c @@ -37,7 +37,7 @@ /* All "broken" PQExpBuffers point to this string. */ static const char oom_buffer[1] = ""; -/* Need a char * for unconstify() compatiblity */ +/* Need a char * for unconstify() compatibility */ static const char *oom_buffer_ptr = oom_buffer; static bool appendPQExpBufferVA(PQExpBuffer str, const char *fmt, va_list args) pg_attribute_printf(2, 0); |
