summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/stageuser.py
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2015-07-03 19:14:42 +0300
committerPetr Vobornik <pvoborni@redhat.com>2015-07-17 14:33:30 +0200
commit75fde43491872d3e2f52e8a523af9e60486fd0e0 (patch)
treefa0a907aabfeba9a7ae66fadd5e7398cce37ab3f /ipalib/plugins/stageuser.py
parent9f701283534745bf93b41a1886183e9ef1d06566 (diff)
downloadfreeipa-75fde43491872d3e2f52e8a523af9e60486fd0e0.tar.gz
freeipa-75fde43491872d3e2f52e8a523af9e60486fd0e0.tar.xz
freeipa-75fde43491872d3e2f52e8a523af9e60486fd0e0.zip
Fix minor typos
<ame> -> <name> overriden -> overridden ablity -> ability enties -> entries the the -> the https://fedorahosted.org/freeipa/ticket/5109 Reviewed-By: Petr Vobornik <pvoborni@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to 'ipalib/plugins/stageuser.py')
-rw-r--r--ipalib/plugins/stageuser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/stageuser.py b/ipalib/plugins/stageuser.py
index 6cbc8f4ab..415dc6a3b 100644
--- a/ipalib/plugins/stageuser.py
+++ b/ipalib/plugins/stageuser.py
@@ -57,7 +57,7 @@ Active user entries are Posix users directly under the container: "cn=accounts,
User can authenticate with Active entries, at the condition they have
credentials
-Delete user enties are Posix users directly under the container: "cn=deleted users,
+Delete user entries are Posix users directly under the container: "cn=deleted users,
cn=accounts, cn=provisioning, SUFFIX".
User can not authenticate with those entries (even if the entries contain credentials)