summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Spencer <32964672+pwablito@users.noreply.github.com>2021-08-20 07:52:02 -0600
committerGitHub <noreply@github.com>2021-08-20 13:52:02 +0000
commitcaed90fcf2ba11191c73ac2f8ebc401e690cb041 (patch)
tree7fbcbc81e8aaf322868ac1bb983a9e0e2429e431 /lib
parent84100afc9162869fb169e79c8dcd566aba380bdd (diff)
downloadspack-caed90fcf2ba11191c73ac2f8ebc401e690cb041.tar.gz
spack-caed90fcf2ba11191c73ac2f8ebc401e690cb041.tar.bz2
spack-caed90fcf2ba11191c73ac2f8ebc401e690cb041.tar.xz
spack-caed90fcf2ba11191c73ac2f8ebc401e690cb041.zip
Fix spelling mistake in the word "monitor" (#25486)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/monitor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/monitor.py b/lib/spack/spack/monitor.py
index b75836b3d2..43a97a8172 100644
--- a/lib/spack/spack/monitor.py
+++ b/lib/spack/spack/monitor.py
@@ -87,7 +87,7 @@ def get_monitor_group(subparser):
monitor_group = subparser.add_argument_group()
monitor_group.add_argument(
'--monitor', action='store_true', dest='use_monitor', default=False,
- help="interact with a montor server during builds.")
+ help="interact with a monitor server during builds.")
monitor_group.add_argument(
'--monitor-save-local', action='store_true', dest='monitor_save_local',
default=False, help="save monitor results to .spack instead of server.")