summaryrefslogtreecommitdiff
path: root/cmd/podman/libpodruntime
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2019-02-21 14:19:50 -0500
committerMatthew Heon <matthew.heon@pm.me>2019-02-21 14:19:50 -0500
commit19eb72f4206192b22856eef24ce3815eac3d7bda (patch)
treee114113da767a0799026c0b27240f3c61db75608 /cmd/podman/libpodruntime
parentd2b77f8b3397b3ffbbade6e04e37b291105028aa (diff)
downloadpodman-19eb72f4206192b22856eef24ce3815eac3d7bda.tar.gz
podman-19eb72f4206192b22856eef24ce3815eac3d7bda.tar.bz2
podman-19eb72f4206192b22856eef24ce3815eac3d7bda.zip
Fix typo in comment
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'cmd/podman/libpodruntime')
-rw-r--r--cmd/podman/libpodruntime/runtime.go2
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)
}