summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Udey <danudey@me.com>2014-04-28 13:46:20 -0700
committerDan Udey <danudey@me.com>2014-04-28 13:46:20 -0700
commitd9120b5de3c6329483ee0e8438dcd65ddd9801ae (patch)
tree49932130fa4190a3c17da94cdae0c63168b82f2b
parentac9cc08e1a95e5614c8f9863091014186edecbdd (diff)
downloadnose-d9120b5de3c6329483ee0e8438dcd65ddd9801ae.tar.gz
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",