summaryrefslogtreecommitdiff
path: root/dns/versioned.py
diff options
context:
space:
mode:
Diffstat (limited to 'dns/versioned.py')
-rw-r--r--dns/versioned.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/versioned.py b/dns/versioned.py
index 42f2c81..8b6c275 100644
--- a/dns/versioned.py
+++ b/dns/versioned.py
@@ -131,7 +131,7 @@ class Zone(dns.zone.Zone):
#
# We only wake one sleeper at a time, so it's important
# that no event waiter can exit this method (e.g. via
- # cancelation) without returning a transaction or waking
+ # cancellation) without returning a transaction or waking
# someone else up.
#
# This is not a problem with Threading module threads as