diff --git a/docs/source/addons-mercurial.rst b/docs/source/addons-mercurial.rst index 489f69a..954befd 100644 --- a/docs/source/addons-mercurial.rst +++ b/docs/source/addons-mercurial.rst @@ -17,7 +17,7 @@ Usage ----- .. note:: This is **not** production code. -To publish a Mercurial repository by the share name 'hg', simply add thes lines +To publish a Mercurial repository by the share name 'hg', simply add these lines to the configuration file:: # Publish a Mercurial repository diff --git a/docs/source/addons-mysql.rst b/docs/source/addons-mysql.rst index 0fa820e..b92990c 100644 --- a/docs/source/addons-mysql.rst +++ b/docs/source/addons-mysql.rst @@ -20,7 +20,7 @@ The table's columns are mad accessible as live properties: Usage ----- -To publish an MySQL database, simply add thes lines to the configuration file:: +To publish an MySQL database, simply add these lines to the configuration file:: ### Publish an MySQL 'world' database as share '/world-db' from wsgidav.samples.mysql_dav_provider import MySQLBrowserProvider diff --git a/docs/source/addons-virtual.rst b/docs/source/addons-virtual.rst index 85d57d2..8909bed 100644 --- a/docs/source/addons-virtual.rst +++ b/docs/source/addons-virtual.rst @@ -28,7 +28,7 @@ contains some virtual files with additional information: Usage ----- -To publish the sample virtual resources, simply add thes lines to the +To publish the sample virtual resources, simply add these lines to the configuration file:: # Publish a virtual structure diff --git a/setup_bdist_msi.py b/setup_bdist_msi.py index 5c5f15e..1ebf33c 100644 --- a/setup_bdist_msi.py +++ b/setup_bdist_msi.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# NOTE: isort must not chage this import order: +# NOTE: isort must not change this import order: # isort: skip_file import os diff --git a/tests/davclient.py b/tests/davclient.py index ad31d96..f9bac63 100644 --- a/tests/davclient.py +++ b/tests/davclient.py @@ -84,7 +84,7 @@ def object_to_etree(parent, obj, namespace=""): elif type(obj) is dict: # If the object is a dictionary we"ll need to parse it and send it back - # recusively + # recursively for key, value in obj.items(): if key.startswith("{") is False: key_etree = ElementTree.SubElement(parent, "{%s}%s" % (namespace, key)) diff --git a/wsgidav/util.py b/wsgidav/util.py index 88d6ce5..174fe02 100644 --- a/wsgidav/util.py +++ b/wsgidav/util.py @@ -390,7 +390,7 @@ def init_logging(config): The base logger is filtered by the `verbose` configuration option. Log entries will have a time stamp and thread id. - **Note:** init_logging() is automatically calle if an application adds + **Note:** init_logging() is automatically called if an application adds ``"logging": { "enable": true }`` to the configuration. Module loggers