about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPadeso <padeso@duck.com>2025-01-24 19:27:22 +0000
committerPadeso <padeso@duck.com>2025-01-24 19:27:22 +0000
commit1527596c4e9c20d12ac6257142e210305524d6d2 (patch)
tree197f3f3dff2b45518dd6c13cecae4cb9e4bb834a
parentfb20950eb6a1b457b8096a405b08f8026374ee1f (diff)
downloadnon-empty-sites-1527596c4e9c20d12ac6257142e210305524d6d2.tar.gz
Fixed spelling error
-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)