summary refs log tree commit diff stats
path: root/auth/register.go
diff options
context:
space:
mode:
Diffstat (limited to 'auth/register.go')
-rw-r--r--auth/register.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/register.go b/auth/register.go
index c50f3f4..b253f69 100644
--- a/auth/register.go
+++ b/auth/register.go
@@ -10,7 +10,7 @@ import (
 )
 
 // Register takes in registration details and returns an error. If
-// error doesn't equal nil then the registration was unsucessful.
+// error doesn't equal nil then the registration was unsuccessful.
 // regInfo should have username, password & ip.
 func Register(db *sqlite3.DB, regInfo map[string]string) error {
 	u := user.User{}