Spelling, docstrings

This commit is contained in:
Luke Rogers 2014-02-14 16:49:41 +13:00
parent a76ff29d4b
commit 004ceb79fc
6 changed files with 7 additions and 5 deletions

View file

@ -8,7 +8,7 @@ from util import hook
try:
import DNS
# Please remember to install the dependancy 'pydns'
# Please remember to install the dependency 'pydns'
pydns_installed = True
except ImportError:
pydns_installed = False