Skip to content

Commit a121b2f

Browse files
committed
typo: fix misspells in comments of containers/contaienrs.go
Signed-off-by: Starnop <[email protected]>
1 parent 87d1118 commit a121b2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

containers/containers.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ import (
2828
//
2929
// The resources specified in this object are used to create tasks from the container.
3030
type Container struct {
31-
// ID uniquely identifies the container in a nameapace.
31+
// ID uniquely identifies the container in a namespace.
3232
//
3333
// This property is required and cannot be changed after creation.
3434
ID string
3535

36-
// Labels provide metadata extension for a contaienr.
36+
// Labels provide metadata extension for a container.
3737
//
3838
// These are optional and fully mutable.
3939
Labels map[string]string

0 commit comments

Comments
 (0)