Merge pull request #8214 from davidhsingyuchen/fix-typo

docs: fix typo of shim.RunManager's function comment
This commit is contained in:
Derek McGowan 2023-03-06 22:30:04 -08:00 committed by GitHub
commit ffc41f1ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -245,7 +245,7 @@ func (stm shimToManager) Stop(ctx context.Context, id string) (StopStatus, error
}, nil }, nil
} }
// RunManager initialzes and runs a shim server // RunManager initializes and runs a shim server.
// TODO(2.0): Rename to Run // TODO(2.0): Rename to Run
func RunManager(ctx context.Context, manager Manager, opts ...BinaryOpts) { func RunManager(ctx context.Context, manager Manager, opts ...BinaryOpts) {
var config Config var config Config