summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.py
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 /ipalib/__init__.py
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 'ipalib/__init__.py')
-rw-r--r--ipalib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/__init__.py b/ipalib/__init__.py
index 16d7db761..04896465a 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:
::