Explorar el Código

Merge pull request #30060 from xulike666/fix-typo

Fix typo in libcontainerd/client.go
Brian Goff hace 8 años
padre
commit
c38bb7a725
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libcontainerd/client.go

+ 1 - 1
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) {