Fix typos found across repository

Signed-off-by: Justas Brazauskas <brazauskasjustas@gmail.com>

rewritten from github.com/moby/moby 927b334ebfc786276a039e45ec097e71bf9a104c
docker-18.09
Justas Brazauskas 2015-12-13 18:00:39 +02:00 committed by Tonis Tiigi
parent e6f5e7db20
commit ec19aea8e6
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ func TestTestData(t *testing.T) {
}
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)
}