From 236dcfa236a703592e6a17b9fac5b9d9e15d242b Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Mon, 5 Sep 2011 16:32:53 +0200 Subject: Fix typos Fix "The the" and "classses" in FreeIPA code and messages. https://fedorahosted.org/freeipa/ticket/1480 --- ipapython/ipautil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipapython') 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. -- cgit