diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2007-07-13 18:34:29 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2007-07-13 18:34:29 +0000 |
commit | b77fb6dd7681b5f468e3ac47457ed9ec98af8203 (patch) | |
tree | be5eab4a09c318adad7fa1d051eeb34dbaff5c87 /src | |
parent | 5390192a2db5b3ca1e3f2816b798bc381c1f8fec (diff) | |
download | bcfg2-b77fb6dd7681b5f468e3ac47457ed9ec98af8203.tar.gz bcfg2-b77fb6dd7681b5f468e3ac47457ed9ec98af8203.tar.bz2 bcfg2-b77fb6dd7681b5f468e3ac47457ed9ec98af8203.zip |
fix typo
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3444 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/Component.py | 2 |
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: |