Bläddra i källkod

Fix typo in destroy event comment

Signed-off-by: Stephen Thirlwall <[email protected]>
Stephen Thirlwall 4 år sedan
förälder
incheckning
95f0431127
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      pkg/compose/start.go

+ 1 - 1
pkg/compose/start.go

@@ -96,7 +96,7 @@ func (s *composeService) watchContainers(ctx context.Context, projectName string
 		Consumer: func(event api.Event) error {
 			if event.Status == "destroy" {
 				// This container can't be inspected, because it's gone.
-				// Its already been removed from the watched map.
+				// It's already been removed from the watched map.
 				return nil
 			}