mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 15:30:06 +08:00
crypt: fix typo in comment
strign -> string
This commit is contained in:
parent
47539ec0e6
commit
85eb9776bd
|
@ -131,7 +131,7 @@ type fileNameEncoding interface {
|
||||||
// - we strip the padding character `=`
|
// - we strip the padding character `=`
|
||||||
type caseInsensitiveBase32Encoding struct{}
|
type caseInsensitiveBase32Encoding struct{}
|
||||||
|
|
||||||
// EncodeToString encodes a strign using the modified version of
|
// EncodeToString encodes a string using the modified version of
|
||||||
// base32 encoding.
|
// base32 encoding.
|
||||||
func (caseInsensitiveBase32Encoding) EncodeToString(src []byte) string {
|
func (caseInsensitiveBase32Encoding) EncodeToString(src []byte) string {
|
||||||
encoded := base32.HexEncoding.EncodeToString(src)
|
encoded := base32.HexEncoding.EncodeToString(src)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user