mirror of
				https://github.com/moby/moby.git
				synced 2025-11-03 16:33:18 +03:00 
			
		
		
		
	Fix typos found across repository
Signed-off-by: Justas Brazauskas <brazauskasjustas@gmail.com>
This commit is contained in:
		@@ -35,7 +35,7 @@ func (s *DockerSuite) TestAttachClosedOnContainerStop(c *check.C) {
 | 
			
		||||
	errChan := make(chan error)
 | 
			
		||||
	go func() {
 | 
			
		||||
		defer close(errChan)
 | 
			
		||||
		// Container is wating for us to signal it to stop
 | 
			
		||||
		// Container is waiting for us to signal it to stop
 | 
			
		||||
		dockerCmd(c, "stop", id)
 | 
			
		||||
		// And wait for the attach command to end
 | 
			
		||||
		errChan <- attachCmd.Wait()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user