From 2f28e31a75882429f878a13613bde575fab821a9 Mon Sep 17 00:00:00 2001 From: Thomas Kerin Date: Thu, 6 Oct 2016 10:09:35 +0200 Subject: [PATCH] typo --- lib/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/user.js b/lib/user.js index d879ae8..3194116 100644 --- a/lib/user.js +++ b/lib/user.js @@ -92,7 +92,7 @@ User.prototype.tellDepositeAddress = function(channel) { return debug('ERROR', err); } - channel.send(self.handle + " you can deposite to; " + address); + channel.send(self.handle + " you can pay to " + address); }); }); };