summaryrefslogtreecommitdiffstats
path: root/ipalib/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/errors.py')
-rw-r--r--ipalib/errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/errors.py b/ipalib/errors.py
index 9cc4f55cb..22138ab01 100644
--- a/ipalib/errors.py
+++ b/ipalib/errors.py
@@ -945,7 +945,7 @@ class HasNSAccountLock(ExecutionError):
>>> raise HasNSAccountLock()
Traceback (most recent call last):
...
- HasNSAccountLock: This entry cannot be enableed or disabled
+ HasNSAccountLock: This entry cannot be enabled or disabled
"""