about summary refs log tree commit diff
path: root/src/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/http.go')
-rw-r--r--src/http.go2
1 files changed, 1 insertions, 1 deletions
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