diff options
Diffstat (limited to 'routers/user/home.go')
-rw-r--r-- | routers/user/home.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/user/home.go b/routers/user/home.go index 5745791e48..a08fae0727 100644 --- a/routers/user/home.go +++ b/routers/user/home.go @@ -313,7 +313,7 @@ func Issues(ctx *context.Context) { ctx.HTML(200, tplIssues) } -// ShowSSHKeys ouput all the ssh keys of user by uid +// ShowSSHKeys output all the ssh keys of user by uid func ShowSSHKeys(ctx *context.Context, uid int64) { keys, err := models.ListPublicKeys(uid) if err != nil { |