URI: 
       tfix typo - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 77d7aa772d3f8c10f18b3a3fe5cd9440944a9d34
   DIR parent 34e3261efd62bd69264ef543432e93142fd87e1f
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Fri,  7 Aug 2015 08:59:00 +0200
       
       fix typo
       
       Diffstat:
         M gui/qt/main_window.py               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
       t@@ -2659,7 +2659,7 @@ class ElectrumWindow(QMainWindow):
                    _('SSL certificate used to sign payment requests.'),
                    _('Use setconfig to set ssl_chain and ssl_privkey.'),
                ])
       -        if self.config.get('ssl_privkey') or self.onfig.get('ssl_chain'):
       +        if self.config.get('ssl_privkey') or self.config.get('ssl_chain'):
                    try:
                        SSL_identity = paymentrequest.check_ssl_config(self.config)
                        SSL_error = None