summaryrefslogtreecommitdiffstats
path: root/ipapython
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2011-09-05 16:30:05 +0200
committerMartin Kosek <mkosek@redhat.com>2011-09-07 13:20:42 +0200
commit1785d0a7c1fb5d90945e187b2e94fddf95ead13a (patch)
treeac18bcc9e5f4207d84a88d18c001d5775e5940a1 /ipapython
parentba2a3ff44ec9fdbbdf25e992e37b98838049af45 (diff)
downloadfreeipa-1785d0a7c1fb5d90945e187b2e94fddf95ead13a.tar.gz
freeipa-1785d0a7c1fb5d90945e187b2e94fddf95ead13a.tar.xz
freeipa-1785d0a7c1fb5d90945e187b2e94fddf95ead13a.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.