Skip to content

Commit 6ab1c0e

Browse files
committed
[NFC] Fix typo in dropdown menu
1 parent 5b2e8f0 commit 6ab1c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lnt/server/ui/templates/submit_run.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<p><b>Machine Selection / Creation:</b><br/>
1818
<select name="select_machine">
1919
<option selected="selected" value="match">match: Abort if machine information doesn't match</option>
20-
<option value="update">update: Update matchine if information doesn't match</option>
20+
<option value="update">update: Update machine if information doesn't match</option>
2121
<option value="split">split: Create additional machine with same name if information doesn't match</option>
2222
</select><br/>
2323

0 commit comments

Comments
 (0)