Skip to content

Commit

Permalink
Merge pull request containerd#3290 from estesp/typo
Browse files Browse the repository at this point in the history
Fix typo in description comment
  • Loading branch information
AkihiroSuda authored May 20, 2019
2 parents b99a66c + 62609d6 commit cafda1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ const (
// DefaultMaxSendMsgSize defines the default maximum message size for
// sending protobufs passed over the GRPC API.
DefaultMaxSendMsgSize = 16 << 20
// DefaultRuntimeNSLabel defines the namespace label to check for
// DefaultRuntimeNSLabel defines the namespace label to check for the
// default runtime
DefaultRuntimeNSLabel = "containerd.io/defaults/runtime"
// DefaultSnapshotterNSLabel defines the namespances label to check for
// DefaultSnapshotterNSLabel defines the namespace label to check for the
// default snapshotter
DefaultSnapshotterNSLabel = "containerd.io/defaults/snapshotter"
)

0 comments on commit cafda1c

Please sign in to comment.