Fix typos found across repository
Signed-off-by: Justas Brazauskas <brazauskasjustas@gmail.com> rewritten from github.com/moby/moby 927b334ebfc786276a039e45ec097e71bf9a104cdocker-18.09
parent
e6f5e7db20
commit
ec19aea8e6
|
@ -70,7 +70,7 @@ func TestTestData(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if runtime.GOOS == "windows" {
|
if runtime.GOOS == "windows" {
|
||||||
// CRLF --> CR to match Unix behaviour
|
// CRLF --> CR to match Unix behavior
|
||||||
content = bytes.Replace(content, []byte{'\x0d', '\x0a'}, []byte{'\x0a'}, -1)
|
content = bytes.Replace(content, []byte{'\x0d', '\x0a'}, []byte{'\x0a'}, -1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue