From b71a82cc22ae4254c850879a8452bd339508d534 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Tue, 17 Jan 2012 11:23:55 +0200 Subject: typo --- dashpot.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dashpot.py b/dashpot.py index 40a3685..04b42c1 100755 --- a/dashpot.py +++ b/dashpot.py @@ -2,8 +2,9 @@ from kademlia.node import Node -print "Starting downashpot..." +print "Starting dashpot..." node = Node() +node.joinNetwork() -print "Shutting down..." \ No newline at end of file +print "Shutting down..." -- cgit v1.3.1