Fix typos

This commit is contained in:
Lihua Tang
2018-02-13 16:17:37 +08:00
parent 9438e14d39
commit cad52f6576
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ func computeDetachedSig(content, tokenID, tokenSecret string) (string, error) {
}
opts := &jose.SignerOptions{
// Since this is a symetric key, go-jose doesn't automatically include
// Since this is a symmetric key, go-jose doesn't automatically include
// the KeyID as part of the protected header. We have to pass it here
// explicitly.
ExtraHeaders: map[jose.HeaderKey]interface{}{