aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-24 22:31:55 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-24 22:31:55 +0800
commit30a9cd3620245f99d874a79d4c7f5c46c3bc04ce (patch)
tree1b8c969ae1cdcc5b28b9e24dceed22a0ae0f5537
parentUse range instead of normal for loop (diff)
downloadpowxy-30a9cd3620245f99d874a79d4c7f5c46c3bc04ce.tar.gz
powxy-30a9cd3620245f99d874a79d4c7f5c46c3bc04ce.tar.zst
powxy-30a9cd3620245f99d874a79d4c7f5c46c3bc04ce.zip
Correct spelling
-rw-r--r--handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/handler.go b/handler.go
index 95071d0..f9282fd 100644
--- a/handler.go
+++ b/handler.go
@@ -170,7 +170,7 @@ func handler(writer http.ResponseWriter, request *http.Request) {
http.Redirect(writer, request, "", http.StatusSeeOther)
}
-// tparams holds paramters for the template.
+// tparams holds parameters for the template.
type tparams struct {
Identifier string
Message string