fix typos

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud 2016-05-08 09:36:10 +08:00
parent 83be58f17e
commit b4488c647b
9 changed files with 11 additions and 11 deletions

View file

@ -40,7 +40,7 @@ func NewCtx(authZPlugins []Plugin, user, userAuthNMethod, requestMethod, request
}
}
// Ctx stores a a single request-response interaction context
// Ctx stores a single request-response interaction context
type Ctx struct {
user string
userAuthNMethod string