summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-12-27 11:22:42 +0200
committerLars Wirzenius <liw@liw.fi>2023-12-27 11:22:42 +0200
commit2694053a82c059bf0baa68fceec9ffbca315f88b (patch)
treeaba367d48fc6392c036faf3f2bc27a14f53fb3e5
parent535ab07c79478b017872f07aae2283735ef8c50f (diff)
downloadwumpus-hunter-2694053a82c059bf0baa68fceec9ffbca315f88b.tar.gz
fix: add missing word
Signed-off-by: Lars Wirzenius <liw@liw.fi>
-rwxr-xr-xwumpus-hunter2
1 files changed, 1 insertions, 1 deletions
diff --git a/wumpus-hunter b/wumpus-hunter
index 164da28..fb85bc0 100755
--- a/wumpus-hunter
+++ b/wumpus-hunter
@@ -17,7 +17,7 @@ STATS_FILE = os.path.expanduser("~/stats.txt")
COUNTS_FILE = os.path.expanduser("~/counts.txt")
EXPLANATION_HTML = """
-<p>Results of running the Radicle <code>heartwood</code> repeatedly.
+<p>Results of running the Radicle <code>heartwood</code> tests repeatedly.
Counts of success/failure per commit.
First count is successful, second failed runs.
Failure count is a link to logs from failed run, if any.