From 99900087552717a3ef82c355506c064f7a88e2af Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Sat, 8 Jul 2017 16:16:15 +0200 Subject: [PATCH] Fix typo (#64) --- gitea/user_gpgkey.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`