Skip to content

Commit 166b128

Browse files
committed
fix(mispell): correct typos
Signed-off-by: Felipe Zipitria <[email protected]>
1 parent ea563fa commit 166b128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/header.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func (h Header) Del(key string) {
6868
func (h Header) AddStandard(dataSize int) {
6969
// For better performance, we always close the connection (unless otherwise)
7070
h.Add("Connection", "close")
71-
// If there is data, we add the lenght also
71+
// If there is data, we add the length also
7272
if dataSize > 0 {
7373
h.Add("Content-Length", strconv.Itoa(dataSize))
7474
}

0 commit comments

Comments
 (0)