From 64ce1a517a9bf18585a7d31b8c152470a8cd934b Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Thu, 14 Jul 2016 14:32:04 +0200 Subject: [PATCH] fixed typo in rida.py --- rida.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rida.py b/rida.py index 61995ac5..58cc415d 100755 --- a/rida.py +++ b/rida.py @@ -171,7 +171,7 @@ def _establish_ssl_context(conf): attributes = ( 'ssl_certificate_file', 'ssl_certificate_key_file', - 'ssl_ca_ceritifcate_file', + 'ssl_ca_certificate_file', ) for attribute in attributes: value = getattr(conf, attribute, None)