summaryrefslogtreecommitdiffstats
path: root/ipapython
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2011-09-05 16:32:53 +0200
committerMartin Kosek <mkosek@redhat.com>2011-09-07 13:21:06 +0200
commit236dcfa236a703592e6a17b9fac5b9d9e15d242b (patch)
tree9719ccbbb888de0478bf0c812349d91a2da4426d /ipapython
parent8f1eca7c04cbae65de5778a5a28890303439e154 (diff)
downloadfreeipa-236dcfa236a703592e6a17b9fac5b9d9e15d242b.tar.gz
freeipa-236dcfa236a703592e6a17b9fac5b9d9e15d242b.tar.xz
freeipa-236dcfa236a703592e6a17b9fac5b9d9e15d242b.zip
Fix typos
Fix "The the" and "classses" in FreeIPA code and messages. https://fedorahosted.org/freeipa/ticket/1480
Diffstat (limited to 'ipapython')
-rw-r--r--ipapython/ipautil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/ipautil.py b/ipapython/ipautil.py
index da6e94c85..97284b384 100644
--- a/ipapython/ipautil.py
+++ b/ipapython/ipautil.py
@@ -864,7 +864,7 @@ class AttributeValueCompleter:
readline.redisplay()
return None
else:
- # lhs and operator are complete, if the the rhs is blank
+ # lhs and operator are complete, if the rhs is blank
# (either empty or only only whitespace) then attempt
# to complete by inserting the default value, otherwise
# there is nothing we can complete to so we're done.