Merge pull request #1126 from razic/typo-fix

fixes typo in proto comment
This commit is contained in:
Michael Crosby 2017-07-03 10:58:20 -07:00 committed by GitHub
commit 8e1a04ff9e

View File

@ -15,7 +15,7 @@ option go_package = "github.com/containerd/containerd/api/services/containers/v1
// service.
//
// The objects here provide an state-independent view of containers for use in
// management and resource pinning. From that perspective, contaienrs do not
// management and resource pinning. From that perspective, containers do not
// have a "state" but rather this is the set of resources that will be
// considered in use by the container.
//