From 53d9f842bf381cd2f83ee69c7a463e6a04939961 Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 9 Oct 2019 12:28:23 +0200 Subject: minor edit --- src/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http.go b/src/http.go index 7bddad6..fb01aa2 100644 --- a/src/http.go +++ b/src/http.go @@ -68,7 +68,7 @@ func registerPostHandler(w http.ResponseWriter, r *http.Request) { } if !isValid(username) { - indexHander(w, r) + indexHandler(w, r) } // add the new username to the list of usernames -- cgit 1.4.1