Fix typos

This commit is contained in:
Yuki Yoshida
2018-02-15 17:39:59 +09:00
parent ad2aec815e
commit 100f44c615
6 changed files with 9 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ type User struct {
// Secret is the oauth2 token secret.
Secret string `json:"-" meddler:"user_secret"`
// Expiry is the token and secret expriation timestamp.
// Expiry is the token and secret expiration timestamp.
Expiry int64 `json:"-" meddler:"user_expiry"`
// Email is the email address for this user.