diff options
author | Dmitry Smirnov <onlyjob@member.fsf.org> | 2019-11-12 15:39:36 +1100 |
---|---|---|
committer | Dmitry Smirnov <onlyjob@member.fsf.org> | 2019-11-13 08:15:00 +1100 |
commit | 8d928d525ffa8147d34d0f148e0aec6189461318 (patch) | |
tree | 1d23cda4487383c0dd6bb5f7e86cabea75eec5fc /cmd/podman/libpodruntime | |
parent | de32b89eff0928abdef9d85a420b65d8865e737e (diff) | |
download | podman-8d928d525ffa8147d34d0f148e0aec6189461318.tar.gz podman-8d928d525ffa8147d34d0f148e0aec6189461318.tar.bz2 podman-8d928d525ffa8147d34d0f148e0aec6189461318.zip |
codespell: spelling corrections
Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
Diffstat (limited to 'cmd/podman/libpodruntime')
-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 dd8c3f173..9425cfb9c 100644 --- a/cmd/podman/libpodruntime/runtime.go +++ b/cmd/podman/libpodruntime/runtime.go @@ -157,7 +157,7 @@ func getRuntime(ctx context.Context, c *cliconfig.PodmanCommand, renumber, migra // TODO flag to set CNI plugins dir? - // TODO I dont think these belong here? + // TODO I don't think these belong here? // Will follow up with a different PR to address // // Pod create options |