diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-02-21 14:19:50 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-02-21 14:19:50 -0500 |
commit | 19eb72f4206192b22856eef24ce3815eac3d7bda (patch) | |
tree | e114113da767a0799026c0b27240f3c61db75608 | |
parent | d2b77f8b3397b3ffbbade6e04e37b291105028aa (diff) | |
download | podman-19eb72f4206192b22856eef24ce3815eac3d7bda.tar.gz podman-19eb72f4206192b22856eef24ce3815eac3d7bda.tar.bz2 podman-19eb72f4206192b22856eef24ce3815eac3d7bda.zip |
Fix typo in comment
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-rw-r--r-- | cmd/podman/libpodruntime/runtime.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/libpodruntime/runtime.go b/cmd/podman/libpodruntime/runtime.go index 2da78a923..880b281bd 100644 --- a/cmd/podman/libpodruntime/runtime.go +++ b/cmd/podman/libpodruntime/runtime.go @@ -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) } |