summaryrefslogtreecommitdiffstats
path: root/src/lib/Component.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Component.py')
-rw-r--r--src/lib/Component.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Component.py b/src/lib/Component.py
index 71df6d68b..1e905121f 100644
--- a/src/lib/Component.py
+++ b/src/lib/Component.py
@@ -85,7 +85,7 @@ class TLSServer(Bcfg2.tlslite.api.TLSSocketServerMixIn,
tlsConnection.handshakeServer(certChain=self.chain,
privateKey=self.key,
sessionCache=self.sc,
- checher=self.checker)
+ checker=self.checker)
tlsConnection.ignoreAbruptClose = True
return True
except Bcfg2.tlslite.errors.TLSError, error: