summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Szakmeister <john@szakmeister.net>2014-08-10 09:19:23 -0400
committerJohn Szakmeister <john@szakmeister.net>2014-08-10 09:19:23 -0400
commita48973ebab9dde0135d670a6a276e6e0938e8ba2 (patch)
tree2a05bf88f5abccda0151758b3dbb5c6d6d4e9963
parent5c91d2a9589a03243c2606cbbefa100606cb5345 (diff)
parentd9120b5de3c6329483ee0e8438dcd65ddd9801ae (diff)
downloadnose-a48973ebab9dde0135d670a6a276e6e0938e8ba2.tar.gz
Merge pull request #799 from danudey/master
Fix typo in log capture help
-rw-r--r--nose/plugins/logcapture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nose/plugins/logcapture.py b/nose/plugins/logcapture.py
index 101b335..4c9a79f 100644
--- a/nose/plugins/logcapture.py
+++ b/nose/plugins/logcapture.py
@@ -119,7 +119,7 @@ class LogCapture(Plugin):
"--nologcapture", action="store_false",
default=not env.get(self.env_opt), dest="logcapture",
help="Disable logging capture plugin. "
- "Logging configurtion will be left intact."
+ "Logging configuration will be left intact."
" [NOSE_NOLOGCAPTURE]")
parser.add_option(
"--logging-format", action="store", dest="logcapture_format",