Fix typos

Fix "The the" and "classses" in FreeIPA code and messages.

https://fedorahosted.org/freeipa/ticket/1480
This commit is contained in:
Yuri Chornoivan
2011-09-05 16:30:05 +02:00
committed by Martin Kosek
parent ba2a3ff44e
commit 1785d0a7c1
21 changed files with 26 additions and 26 deletions

View File

@@ -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.