Merge pull request #9930 from zhanluxianshen/clean-typo-plugins

Clean typos in plugins.
This commit is contained in:
Phil Estes
2024-03-08 20:12:57 +00:00
committed by GitHub

View File

@@ -90,6 +90,6 @@ const (
PropertyStateDir = "io.containerd.plugin.state"
// PropertyGRPCAddress is the grpc address used for client connections to containerd
PropertyGRPCAddress = "io.containerd.plugin.grpc.address"
// PropertyGRPCAddress is the ttrpc address used for client connections to containerd
// PropertyTTRPCAddress is the ttrpc address used for client connections to containerd
PropertyTTRPCAddress = "io.containerd.plugin.ttrpc.address"
)