typo
authorrdymac <rdy@aol.es>
Sun, 16 Jun 2013 23:21:22 +0000 (01:21 +0200)
committerrdymac <rdy@aol.es>
Sun, 16 Jun 2013 23:21:22 +0000 (01:21 +0200)
typo

lib/simple_config.py

index dfba579..bff7851 100644 (file)
@@ -10,7 +10,7 @@ class SimpleConfig:
     """
 The SimpleConfig class is responsible for handling operations involving
 configuration files.  The constructor reads and stores the system and 
-user configurations from electrum.conf into seperate dictionaries within
+user configurations from electrum.conf into separate dictionaries within
 a SimpleConfig instance then reads the wallet file.
 """
     def __init__(self, options={}):