Fix spelling mistake in the word "monitor" (#25486)

This commit is contained in:
Paul Spencer 2021-08-20 07:52:02 -06:00 committed by GitHub
parent 84100afc91
commit caed90fcf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.")