mirror of
https://github.com/containers/podman.git
synced 2025-06-22 01:48:54 +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"
|
"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) {
|
func GetRuntimeRenumber(c *cliconfig.PodmanCommand) (*libpod.Runtime, error) {
|
||||||
return getRuntime(c, true)
|
return getRuntime(c, true)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user