gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet-nim] branch master updated: groupchat.nim: fix typo


From: gnunet
Subject: [GNUnet-SVN] [gnunet-nim] branch master updated: groupchat.nim: fix typo in echo message
Date: Thu, 09 Aug 2018 01:10:32 +0200

This is an automated email from the git hooks/post-receive script.

dvn pushed a commit to branch master
in repository gnunet-nim.

The following commit(s) were added to refs/heads/master by this push:
     new cab393b  groupchat.nim: fix typo in echo message
cab393b is described below

commit cab393be20247e8641bac92a8f969077d69e0bb0
Author: dvn <address@hidden>
AuthorDate: Thu Aug 9 01:10:13 2018 +0200

    groupchat.nim: fix typo in echo message
---
 examples/groupchat.nim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/groupchat.nim b/examples/groupchat.nim
index 0ee3b9e..ffc7771 100644
--- a/examples/groupchat.nim
+++ b/examples/groupchat.nim
@@ -56,7 +56,7 @@ proc firstTask(gnunetApp: ref GnunetApplication,
       chat.publish(message = peerId & " joined\n")
       let listParticipants =
         chat.channels.map(proc(c: ref CadetChannel): string = c.peer.peerId)
-      channel.sendMessage("Wlcome " & peerId & "! participants: " & 
$listParticipants)
+      channel.sendMessage("Welcome " & peerId & "! participants: " & 
$listParticipants)
       chat.channels.add(channel)
       closureScope:
         let channel = channel

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]