fix typos

This commit is contained in:
Thomas Waldmann 2015-01-13 01:51:03 +01:00
parent 759e233aaa
commit 541e006ad0
4 changed files with 4 additions and 4 deletions

View file

@ -401,7 +401,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
def make_server_sni_ready(self, vhost, default_addr="*:443"):
"""Checks to see if the server is ready for SNI challenges.
:param vhost: VirtualHostost to check SNI compatibility
:param vhost: VirtualHost to check SNI compatibility
:type vhost: :class:`letsencrypt.client.apache.obj.VirtualHost`
:param str default_addr: TODO - investigate function further

View file

@ -42,7 +42,7 @@ class Client(object):
:type auth: :class:`letsencrypt.client.interfaces.IAuthenticator`
:ivar installer: Object supporting the IInstaller interface.
:type installer: :class:`letsencrypt.client.interfaces.IInstraller`
:type installer: :class:`letsencrypt.client.interfaces.IInstaller`
"""
Key = collections.namedtuple("Key", "file pem")

View file

@ -13,7 +13,7 @@ from letsencrypt.client import CONFIG
from letsencrypt.client import le_util
# pylint: disable=too-few-public-methods
class DvnsiGenCertTest(unittest.TestCase):
class DvsniGenCertTest(unittest.TestCase):
"""Tests for letsencrypt.client.challenge_util.dvsni_gen_cert."""
def test_standard(self):

View file

@ -1,2 +1,2 @@
sites-available/letsencrypt.conf, letencrypt.demo
sites-available/letsencrypt.conf, letsencrypt.demo
sites-available/encryption-example.conf, encryption-example.demo