commit b61ec6ec7ca0a86fd05989623746909a9b322fea parent c9846860dc81b3d935e65b829ffc5e11bbc57225 Author: ThomasV <thomasv@gitorious> Date: Thu, 1 Dec 2011 19:39:27 +0300 typo Diffstat:
M | server/server.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/server.py b/server/server.py @@ -49,7 +49,7 @@ try: config.readfp(f) f.close() except: - print "Could not read electrum.conf. I will use the dafault values." + print "Could not read electrum.conf. I will use the default values." stopping = False block_number = -1