From d602c9aec7f12978b1455163269590b42a67dad0 Mon Sep 17 00:00:00 2001 From: "Hsing-Yu (David) Chen" Date: Mon, 6 Mar 2023 16:29:15 -0800 Subject: [PATCH] docs: fix typo of shim.RunManager's function comment Signed-off-by: Hsing-Yu (David) Chen --- runtime/v2/shim/shim.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/v2/shim/shim.go b/runtime/v2/shim/shim.go index 581474d1a..cf006d805 100644 --- a/runtime/v2/shim/shim.go +++ b/runtime/v2/shim/shim.go @@ -245,7 +245,7 @@ func (stm shimToManager) Stop(ctx context.Context, id string) (StopStatus, error }, nil } -// RunManager initialzes and runs a shim server +// RunManager initializes and runs a shim server. // TODO(2.0): Rename to Run func RunManager(ctx context.Context, manager Manager, opts ...BinaryOpts) { var config Config