fix some confusing typos

Signed-off-by: AllenZMC <zhongming.chang@daocloud.io>
This commit is contained in:
AllenZMC
2022-05-17 23:53:36 +08:00
parent e217c83e8c
commit eaec6530d7
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ import (
)
// Runtime struct to contain the type(ID), engine, and root variables for a default runtime
// and a runtime for untrusted worload.
// and a runtime for untrusted workload.
type Runtime struct {
// Type is the runtime type to use in containerd e.g. io.containerd.runtime.v1.linux
Type string `toml:"runtime_type" json:"runtimeType"`