typo
[electrum-server.git] / server.py
index b58e99a..1ca1bc1 100755 (executable)
--- a/server.py
+++ b/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