diff --git a/gitea/user_gpgkey.go b/gitea/user_gpgkey.go index 942478b..87dd749 100644 --- a/gitea/user_gpgkey.go +++ b/gitea/user_gpgkey.go @@ -32,7 +32,7 @@ type GPGKey struct { Expires time.Time `json:"expires_at,omitempty"` } -// GPGKeyEmail a email attache to a GPGKey +// GPGKeyEmail an email attached to a GPGKey // swagger:model GPGKeyEmail type GPGKeyEmail struct { Email string `json:"email"`