summaryrefslogtreecommitdiff
path: root/buildscripts/hang_analyzer.py
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2017-04-13 12:03:11 -0400
committerJonathan Abrahams <jonathan@mongodb.com>2017-04-13 12:03:11 -0400
commit4677c2b4659ab634959d7866586cc9aaffa41745 (patch)
tree9bb4d2095c3a18c36de1076a95b61e0ae42332b2 /buildscripts/hang_analyzer.py
parent484f61548ce56e1b60c0019470ea46f2f4cfffca (diff)
downloadmongo-4677c2b4659ab634959d7866586cc9aaffa41745.tar.gz
SERVER-28354 Fix typo in help
Diffstat (limited to 'buildscripts/hang_analyzer.py')
-rwxr-xr-xbuildscripts/hang_analyzer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/hang_analyzer.py b/buildscripts/hang_analyzer.py
index 04a18f29720..8e738a81074 100755
--- a/buildscripts/hang_analyzer.py
+++ b/buildscripts/hang_analyzer.py
@@ -605,7 +605,7 @@ def main():
help="Type of match for process names (-p & -g), specify 'contains', or"
" 'exact'. Note that the process name match performs the following"
" conversions: change all process names to lowecase, strip off the file"
- " extenstion, like '.exe' on Windows. Default is 'contains'.")
+ " extension, like '.exe' on Windows. Default is 'contains'.")
parser.add_option('-p', '--process-names',
dest='process_names',
help='Comma separated list of process names to analyze')