projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a467832
)
Fix typo in comment
author
Magnus Hagander
Mon, 19 Mar 2018 09:45:44 +0000
(10:45 +0100)
committer
Magnus Hagander
Mon, 19 Mar 2018 09:45:44 +0000
(10:45 +0100)
Author: Daniel Gustafsson
src/backend/libpq/be-secure-openssl.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/libpq/be-secure-openssl.c
b/src/backend/libpq/be-secure-openssl.c
index 75ee5456cc19eb796e1462c8e78ced48cdf9869e..54cb352b8f3ae1b9567d5dbe2eb885e4b8e586d3 100644
(file)
--- a/
src/backend/libpq/be-secure-openssl.c
+++ b/
src/backend/libpq/be-secure-openssl.c
@@
-610,7
+610,7
@@
be_tls_write(Port *port, void *ptr, size_t len, int *waitfor)
case SSL_ERROR_ZERO_RETURN:
/*
- * the SSL conn
n
ection was closed, leave it to the caller to
+ * the SSL connection was closed, leave it to the caller to
* ereport it
*/
errno = ECONNRESET;