1
0
Fork 0
forked from forgejo/forgejo

Fixes typos

This commit is contained in:
Bwko 2016-11-27 12:59:12 +01:00
parent 5efdccd1d8
commit a4ece1f223
9 changed files with 14 additions and 14 deletions

View file

@ -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 {