Fix typo in comment
authorMagnus Hagander <[email protected]>
Mon, 19 Mar 2018 09:45:44 +0000 (10:45 +0100)
committerMagnus Hagander <[email protected]>
Mon, 19 Mar 2018 09:45:44 +0000 (10:45 +0100)
Author: Daniel Gustafsson <[email protected]>

src/backend/libpq/be-secure-openssl.c

index 75ee5456cc19eb796e1462c8e78ced48cdf9869e..54cb352b8f3ae1b9567d5dbe2eb885e4b8e586d3 100644 (file)
@@ -610,7 +610,7 @@ be_tls_write(Port *port, void *ptr, size_t len, int *waitfor)
        case SSL_ERROR_ZERO_RETURN:
 
            /*
-            * the SSL connnection was closed, leave it to the caller to
+            * the SSL connection was closed, leave it to the caller to
             * ereport it
             */
            errno = ECONNRESET;