mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-19 15:14:09 +09:00
Fixes typos
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user