Skip to content

Commit 00cf4f7

Browse files
author
Adam Hasselbalch Hansen
committed
typo
1 parent 8447849 commit 00cf4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

digest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type AuthClient struct {
2222
// NewAuthClient returns a new AuthClient instance
2323
func NewAuthClient(c *http.Client, user, pass string) *AuthClient {
2424

25-
return &AuhtClient{Client: c, User: user, Password: pass}
25+
return &AuthClient{Client: c, User: user, Password: pass}
2626

2727
}
2828

0 commit comments

Comments
 (0)