Skip to content

Commit

Permalink
Doc: Fixes for the spelling wordlist
Browse files Browse the repository at this point in the history
- continously → continUously
- correct capitalization for Heimdal Kerberos
  • Loading branch information
Petr Viktorin committed Nov 28, 2017
1 parent 16e8529 commit 7405d12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
3 changes: 1 addition & 2 deletions Doc/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ changeTypes
cidict
clientctrls
conf
Continously
controlType
controlValue
criticality
Expand All @@ -53,7 +52,7 @@ filterstr
filterStr
formatOID
func
heimdal
Heimdal
hostport
hrefTarget
hrefText
Expand Down
2 changes: 1 addition & 1 deletion Lib/ldif.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7405d12

Please sign in to comment.