1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #37891 from mirake/fix-typos

Fix some typos
This commit is contained in:
Sebastiaan van Stijn 2018-09-24 17:22:34 +02:00 committed by GitHub
commit 2a63a5f7a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,12 +77,12 @@ type listContext struct {
// beforeFilter is a filter to ignore containers that appear before the one given
beforeFilter *container.Snapshot
// sinceFilter is a filter to stop the filtering when the iterator arrive to the given container
// sinceFilter is a filter to stop the filtering when the iterator arrives to the given container
sinceFilter *container.Snapshot
// taskFilter tells if we should filter based on wether a container is part of a task
// taskFilter tells if we should filter based on whether a container is part of a task
taskFilter bool
// isTask tells us if the we should filter container that are a task (true) or not (false)
// isTask tells us if we should filter container that is a task (true) or not (false)
isTask bool
// publish is a list of published ports to filter with