diff --git a/Doc/installing.rst b/Doc/installing.rst index c78bd7f..2ea5594 100644 --- a/Doc/installing.rst +++ b/Doc/installing.rst @@ -113,7 +113,7 @@ on the local system when building python-ldap: It is not possible and not supported to build with prior versions. - `OpenSSL`_ (optional) - `cyrus-sasl`_ (optional) -- Kerberos libraries, MIT or heimdal (optional) +- Kerberos libraries, MIT or Heimdal (optional) .. _Python: https://www.python.org/ .. _OpenLDAP: https://www.openldap.org/ diff --git a/Doc/spelling_wordlist.txt b/Doc/spelling_wordlist.txt index fcc227f..39df00f 100644 --- a/Doc/spelling_wordlist.txt +++ b/Doc/spelling_wordlist.txt @@ -27,7 +27,6 @@ changeTypes cidict clientctrls conf -Continously controlType controlValue criticality @@ -53,7 +52,7 @@ filterstr filterStr formatOID func -heimdal +Heimdal hostport hrefTarget hrefText diff --git a/Lib/ldif.py b/Lib/ldif.py index aead2ef..4735bfb 100644 --- a/Lib/ldif.py +++ b/Lib/ldif.py @@ -395,7 +395,7 @@ def _consume_empty_lines(self): def parse_entry_records(self): """ - Continously read and parse LDIF entry records + Continuously read and parse LDIF entry records """ # Local symbol for better performance next_key_and_value = self._next_key_and_value