Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit 9990008

Browse files
sapklunny
authored andcommitted
Fix typo (#64)
1 parent 0ccfe01 commit 9990008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitea/user_gpgkey.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type GPGKey struct {
3232
Expires time.Time `json:"expires_at,omitempty"`
3333
}
3434

35-
// GPGKeyEmail a email attache to a GPGKey
35+
// GPGKeyEmail an email attached to a GPGKey
3636
// swagger:model GPGKeyEmail
3737
type GPGKeyEmail struct {
3838
Email string `json:"email"`

0 commit comments

Comments
 (0)