Skip to content

Commit

Permalink
fix(link-debug): spelling mistake in debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Jul 27, 2015
1 parent 4d56199 commit ef6cd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/amqp_client.js
Expand Up @@ -165,7 +165,7 @@ AMQPClient.prototype.connect = function(url) {
});

self._session.on(Session.LinkDetached, function(l) {
debug('link deatched: ' + l.name);
debug('link detached: ' + l.name);
self.emit(AMQPClient.LinkDetached, l);
});

Expand Down

0 comments on commit ef6cd17

Please sign in to comment.