summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.py
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2011-09-05 16:32:53 +0200
committerMartin Kosek <mkosek@redhat.com>2011-09-07 13:21:06 +0200
commit236dcfa236a703592e6a17b9fac5b9d9e15d242b (patch)
tree9719ccbbb888de0478bf0c812349d91a2da4426d /ipalib/__init__.py
parent8f1eca7c04cbae65de5778a5a28890303439e154 (diff)
downloadfreeipa-236dcfa236a703592e6a17b9fac5b9d9e15d242b.tar.gz
freeipa-236dcfa236a703592e6a17b9fac5b9d9e15d242b.tar.xz
freeipa-236dcfa236a703592e6a17b9fac5b9d9e15d242b.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:
::