Skip to content

Commit fd29144

Browse files
author
root
committed
fix typo
1 parent 5b2f236 commit fd29144

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('./lib/connection.js');

lib/connection.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ TarantoolConnection.prototype.onConnect = function(){
163163

164164
TarantoolConnection.prototype.onError = function(error){
165165
this._interupt();
166-
tihs._stubMethods();
166+
this._stubMethods();
167167
this.socket.destroy();
168168
this.commandsQueue = [];
169169
};
@@ -402,4 +402,4 @@ TarantoolConnection.prototype._stubMethods = function(){
402402
this[requestMethods[i]] = this._notAvailableMethod;
403403
};
404404

405-
module.exports = TarantoolConnection;
405+
module.exports = TarantoolConnection;

0 commit comments

Comments
 (0)