mirror of
https://github.com/containers/podman.git
synced 2025-06-20 17:13:43 +08:00
Fix typo in comment
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
// GerRuntimeRenumber gets a libpod runtime that will perform a lock renumber
|
||||
// GetRuntimeRenumber gets a libpod runtime that will perform a lock renumber
|
||||
func GetRuntimeRenumber(c *cliconfig.PodmanCommand) (*libpod.Runtime, error) {
|
||||
return getRuntime(c, true)
|
||||
}
|
||||
|
Reference in New Issue
Block a user