Browse Source

Fixed small documentation typo

Signed-off-by: Cristina Yenyxe Gonzalez Garcia <cristina.yenyxe@gmail.com>
Cristina Yenyxe Gonzalez Garcia 5 năm trước cách đây
mục cha
commit
6bc112abde

+ 1 - 1
integration/container/create_test.go

@@ -559,7 +559,7 @@ func TestCreateTmpfsOverrideAnonymousVolume(t *testing.T) {
 	inspect, err := client.ContainerInspect(ctx, id)
 	inspect, err := client.ContainerInspect(ctx, id)
 	assert.NilError(t, err)
 	assert.NilError(t, err)
 	// tmpfs do not currently get added to inspect.Mounts
 	// tmpfs do not currently get added to inspect.Mounts
-	// Normally an anoynmous volume would, except now tmpfs should prevent that.
+	// Normally an anonymous volume would, except now tmpfs should prevent that.
 	assert.Assert(t, is.Len(inspect.Mounts, 0))
 	assert.Assert(t, is.Len(inspect.Mounts, 0))
 
 
 	chWait, chErr := client.ContainerWait(ctx, id, container.WaitConditionNextExit)
 	chWait, chErr := client.ContainerWait(ctx, id, container.WaitConditionNextExit)