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 --- ipalib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/__init__.py') diff --git a/ipalib/__init__.py b/ipalib/__init__.py index 16d7db76..04896465 100644 --- a/ipalib/__init__.py +++ b/ipalib/__init__.py @@ -768,7 +768,7 @@ session. The global environment will have an ``api`` variable, which is the standard `plugable.API` instance found at ``ipalib.api``. All plugins will have been loaded (well, except the backend plugins if ``in_server`` is False) and ``api`` will be fully initialized. To launch the console from within the -top-level directory in the the source tree, just run ``ipa console`` from a +top-level directory in the source tree, just run ``ipa console`` from a terminal, like this: :: -- cgit