Skip to content

Commit caed90f

Browse files
authored
Fix spelling mistake in the word "monitor" (spack#25486)
1 parent 84100af commit caed90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spack/spack/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def get_monitor_group(subparser):
8787
monitor_group = subparser.add_argument_group()
8888
monitor_group.add_argument(
8989
'--monitor', action='store_true', dest='use_monitor', default=False,
90-
help="interact with a montor server during builds.")
90+
help="interact with a monitor server during builds.")
9191
monitor_group.add_argument(
9292
'--monitor-save-local', action='store_true', dest='monitor_save_local',
9393
default=False, help="save monitor results to .spack instead of server.")

0 commit comments

Comments
 (0)