Skip to content

Commit 3134eeb

Browse files
authored
Merge pull request containerd#9930 from zhanluxianshen/clean-typo-plugins
Clean typos in plugins.
2 parents 3ac92ab + 47d1376 commit 3134eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ const (
9090
PropertyStateDir = "io.containerd.plugin.state"
9191
// PropertyGRPCAddress is the grpc address used for client connections to containerd
9292
PropertyGRPCAddress = "io.containerd.plugin.grpc.address"
93-
// PropertyGRPCAddress is the ttrpc address used for client connections to containerd
93+
// PropertyTTRPCAddress is the ttrpc address used for client connections to containerd
9494
PropertyTTRPCAddress = "io.containerd.plugin.ttrpc.address"
9595
)

0 commit comments

Comments
 (0)