mirror of
https://github.com/alist-org/gofakes3.git
synced 2025-12-24 12:58:04 +08:00
lint: misspell: fix spelling
This commit is contained in:
@@ -67,7 +67,7 @@ func parseSignedHeader(hdrElement string) ([]string, ErrorCode) {
|
||||
|
||||
// Parse signature from signature tag.
|
||||
//
|
||||
// exmaple: Signature=fe5f80f77d5fa3beca038a248ff027d0445342fe2855ddc963176630326f1024
|
||||
// example: Signature=fe5f80f77d5fa3beca038a248ff027d0445342fe2855ddc963176630326f1024
|
||||
func parseSignature(signElement string) (string, ErrorCode) {
|
||||
return extractFields(signElement, "Signature")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user