typo
This commit is contained in:
rdymac 2013-06-17 01:21:22 +02:00
parent a31ad09cc7
commit ff523790df
1 changed files with 1 additions and 1 deletions

View 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={}):