From ff523790df92a0b39b3c1fece45e8a3376f19ead Mon Sep 17 00:00:00 2001 From: rdymac Date: Mon, 17 Jun 2013 01:21:22 +0200 Subject: [PATCH] typo typo --- lib/simple_config.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/simple_config.py b/lib/simple_config.py index dfba579..bff7851 100644 --- 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={}): -- 1.7.1