Fix a typo
diff --git a/release.sh b/release.sh
index 07fb7b4..7e76a1d 100755
--- a/release.sh
+++ b/release.sh
@@ -346,7 +346,7 @@
 	printf '\n'
 	printf 'Run make\n'
 	printf '\n'
-	printf 'Thenun %s/tests/randmath.py and the fuzzer.\n' "$scriptdir"
+	printf 'Then run %s/tests/randmath.py and the fuzzer.\n' "$scriptdir"
 	printf 'Then run the GitHub release script as follows:\n'
 	printf '\n'
 	printf '    <github_release> %s <msg> release.sh RELEASE.md \\\n' "$version"