aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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