From 1785d0a7c1fb5d90945e187b2e94fddf95ead13a Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Mon, 5 Sep 2011 16:30:05 +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/ipautil.py') diff --git a/ipapython/ipautil.py b/ipapython/ipautil.py index da6e94c8..97284b38 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