From 47d13767f4548dd77ecc7a0411544dec885d8bff Mon Sep 17 00:00:00 2001 From: zhanluxianshen Date: Tue, 5 Mar 2024 07:27:31 +0000 Subject: [PATCH] Clean typos in plugins. Signed-off-by: zhanluxianshen --- plugins/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/types.go b/plugins/types.go index b0679cbd5..d18ffbf2d 100644 --- a/plugins/types.go +++ b/plugins/types.go @@ -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" )