From a28a871d44ab1fcd5ae38939da5733a5bf5d9f2f Mon Sep 17 00:00:00 2001 From: Zachary Adam Kaplan Date: Sun, 2 Jul 2017 23:54:45 +0000 Subject: [PATCH] fixes typo in comment Signed-off-by: Zachary Adam Kaplan --- api/services/containers/v1/containers.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/services/containers/v1/containers.proto b/api/services/containers/v1/containers.proto index 249abea47..ba2ba0552 100644 --- a/api/services/containers/v1/containers.proto +++ b/api/services/containers/v1/containers.proto @@ -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. //