summaryrefslogtreecommitdiffstats
path: root/ipapython
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2012-09-16 19:35:56 +0300
committerMartin Kosek <mkosek@redhat.com>2012-09-18 08:45:47 +0200
commit44319591a97e8efaa7d3006214bb9ad6e02bdaa9 (patch)
treec20e4b1cb622b105f30c54bd90188048e3f75034 /ipapython
parent68086f87281a5733ae06b95df9fe3ea117eb641d (diff)
downloadfreeipa.git-44319591a97e8efaa7d3006214bb9ad6e02bdaa9.tar.gz
freeipa.git-44319591a97e8efaa7d3006214bb9ad6e02bdaa9.tar.xz
freeipa.git-44319591a97e8efaa7d3006214bb9ad6e02bdaa9.zip
Fix various typos.
https://fedorahosted.org/freeipa/ticket/3089
Diffstat (limited to 'ipapython')
-rw-r--r--ipapython/log_manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/log_manager.py b/ipapython/log_manager.py
index c8471421..21e41060 100644
--- a/ipapython/log_manager.py
+++ b/ipapython/log_manager.py
@@ -877,7 +877,7 @@ class LogManager(object):
The regular expression comparision is performed with the
re.search() function which means the match can be located
anywhere in the name string (as opposed to the start of
- the the string). Do not forget to escape regular
+ the string). Do not forget to escape regular
expression metacharacters when appropriate. For example
dot ('.') is used to seperate loggers in a logging
hierarchy path (e.g. a.b.c)