Skip to content

Commit 7440e55

Browse files
committed
fix(mispell): correct typos
Signed-off-by: Felipe Zipitria <[email protected]>
1 parent 77b8b29 commit 7440e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/request.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func (r *Request) AddHeader(name string, value string) {
118118

119119
// AddStandardHeaders adds standard headers to the request, if they don't exist
120120
//
121-
// This will add Content-Lenght and the proper Content-Type
121+
// This will add Content-Length and the proper Content-Type
122122
func (r *Request) AddStandardHeaders(size int) {
123123
r.headers.AddStandard(size)
124124
}

0 commit comments

Comments
 (0)