about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xnon-empty-sites.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/non-empty-sites.sh b/non-empty-sites.sh
index 87647ac..2d0d15b 100755
--- a/non-empty-sites.sh
+++ b/non-empty-sites.sh
@@ -26,7 +26,7 @@ payload = ("<!doctype html>"
            "<h1>Apparently non-empty sites at tilde.institute</h1>"
            '<p>As of {}, the following <b>tilde.institute</b> users had at least one file in their <i>public_html</i> folder, so you might find some sort of web site there.</p>'
            "{}"
-           "<p>I put this together to learn something about writing shell and CGI scripts on tilde.institue. <a href='https://git.tilde.institute/padeso/non-empty-sites/'>[source]</a></p>"
+           "<p>I put this together to learn something about writing shell and CGI scripts on tilde.institute. <a href='https://git.tilde.institute/padeso/non-empty-sites/'>[source]</a></p>"
            "</body>"
            "</html>").format(mtime, "".join(sites_list))
 print(payload)