summaryrefslogtreecommitdiffstats
path: root/ipapython/log_manager.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython/log_manager.py')
-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 c84714210..21e41060a 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)