commit 1975e9c7881e392e7d16f0363e114e777d1d2eba
parent a31ad09cc77805b636e32c4740b9ab627cb37de5
Author: Maran H <maran.hidskes@gmail.com>
Date: Mon, 17 Jun 2013 10:11:06 -0700
Merge pull request #241 from rdymac/patch-14
Fixed typo in SimpleConfig comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/simple_config.py b/lib/simple_config.py
@@ -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={}):