URI: 
       tMerge pull request #241 from rdymac/patch-14 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 1975e9c7881e392e7d16f0363e114e777d1d2eba
   DIR parent a31ad09cc77805b636e32c4740b9ab627cb37de5
  HTML 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:
         M lib/simple_config.py                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/simple_config.py b/lib/simple_config.py
       t@@ -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={}):