From 39a24019e3a7b2f423090dff4793698001620737 Mon Sep 17 00:00:00 2001 From: "Aaron.L.Xu" Date: Wed, 11 Jan 2017 23:09:47 +0800 Subject: [PATCH] fix typo in libcontainerd/client.go Signed-off-by: Aaron.L.Xu --- libcontainerd/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcontainerd/client.go b/libcontainerd/client.go index c14c1c5e46..c9004b813b 100644 --- a/libcontainerd/client.go +++ b/libcontainerd/client.go @@ -12,7 +12,7 @@ type clientCommon struct { backend Backend containers map[string]*container locker *locker.Locker - mapMutex sync.RWMutex // protects read/write oprations from containers map + mapMutex sync.RWMutex // protects read/write operations from containers map } func (clnt *client) lock(containerID string) {