Fix typo in destroy event comment

Signed-off-by: Stephen Thirlwall <sdt@dr.com>
This commit is contained in:
Stephen Thirlwall 2021-11-03 08:14:12 +11:00 committed by Nicolas De loof
parent 2bee75c3c4
commit 95f0431127
1 changed files with 1 additions and 1 deletions

View File

@ -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
}