From 30a9cd3620245f99d874a79d4c7f5c46c3bc04ce Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 24 Mar 2025 22:31:55 +0800 Subject: Correct spelling --- handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3