File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ you spot any mistakes.
8
8
9
9
* Add ` query ` method to ` PoolNamespace ` #1256 #1505 #1506
10
10
- Used as ` cluster.of(...).query(...) `
11
+ * Fix typo in ` HANDSHAKE_NO_SSL_SUPPORT ` error message #1534
11
12
* Update ` bignumber.js ` to 2.4.0
12
13
* Update ` sqlstring ` to 2.1.0
13
14
- Accept numbers and other value types in ` escapeId `
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Handshake.prototype['HandshakeInitializationPacket'] = function(packet) {
40
40
41
41
if ( this . _config . ssl ) {
42
42
if ( ! serverSSLSupport ) {
43
- var err = new Error ( 'Server does not support secure connnection ' ) ;
43
+ var err = new Error ( 'Server does not support secure connection ' ) ;
44
44
45
45
err . code = 'HANDSHAKE_NO_SSL_SUPPORT' ;
46
46
err . fatal = true ;
You can’t perform that action at this time.
0 commit comments