aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/argparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argparser.py b/src/argparser.py
index c077bc1..06ca5d6 100644
--- a/src/argparser.py
+++ b/src/argparser.py
@@ -55,7 +55,7 @@ class ArgParser():
@param usage:str Formated, multi-line, usage text
@param longdescription:str Long, multi-line, description of the program, may be `None`
@param program:str? The name of the program, `None` for automatic
- @param usestderr:str Whether to use stderr instread of stdout
+ @param usestderr:str Whether to use stderr instead of stdout
'''
self.linuxvt = ('TERM' in os.environ) and (os.environ['TERM'] == 'linux')
self.program = sys.argv[0] if program is None else program