Typo fix and readibility improvements

This commit is contained in:
Gowtham Gopalakrishnan
2018-11-17 19:59:15 +05:30
parent bb91b53e56
commit 3cdc462d3f
3 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ const (
Base64urlPad = 'U'
)
// Encodigs is a map of the supported encoding, unsupported encoding
// Encodings is a map of the supported encoding, unsupported encoding
// specified in standard are left out
var Encodings = map[string]Encoding{
"identity": 0x00,