Fix typos

Signed-off-by: Nathan Baulch <nathan.baulch@gmail.com>
This commit is contained in:
Nathan Baulch
2024-08-28 09:17:49 +10:00
parent a22a2875a1
commit 59eba0ae13
116 changed files with 173 additions and 173 deletions

View File

@@ -3521,7 +3521,7 @@ func (s *DockerCLIBuildSuite) TestBuildNotVerboseFailureRemote(c *testing.T) {
// An error message should contain name server IP and port, like this:
// "dial tcp: lookup something.invalid on 172.29.128.11:53: no such host"
// The IP:port need to be removed in order to not trigger a test failur
// The IP:port need to be removed in order to not trigger a test failure
// when more than one nameserver is configured.
// While at it, also strip excessive newlines.
normalize := func(msg string) string {