aboutsummaryrefslogtreecommitdiff
path: root/routers/user/ssh.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/user/ssh.go')
-rw-r--r--routers/user/ssh.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/user/ssh.go b/routers/user/ssh.go
index c7fae4b4..7b5a1d32 100644
--- a/routers/user/ssh.go
+++ b/routers/user/ssh.go
@@ -13,7 +13,7 @@ import (
"github.com/gogits/gogs/models"
)
-func AddPublickKey(req *http.Request, r render.Render) {
+func AddPublicKey(req *http.Request, r render.Render) {
if req.Method == "GET" {
r.HTML(200, "user/publickey_add", map[string]interface{}{
"Title": "Add Public Key",