diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2021-08-12 07:22:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 07:22:48 +0000 |
commit | de043a5a029d4d03b91f8b88ca8cee7d71dcdeed (patch) | |
tree | 11793798c376c07e4c582c8a976eae4133553070 /libpod/container.go | |
parent | 25ff04dcbe3212db6f72d08f3f904154bab4c0fe (diff) | |
parent | 404488a0879c84de523adeacb78c6b898a7e52c8 (diff) | |
download | podman-de043a5a029d4d03b91f8b88ca8cee7d71dcdeed.tar.gz podman-de043a5a029d4d03b91f8b88ca8cee7d71dcdeed.tar.bz2 podman-de043a5a029d4d03b91f8b88ca8cee7d71dcdeed.zip |
Merge pull request #11203 from rhatdan/codespell
Run codespell to fix spelling
Diffstat (limited to 'libpod/container.go')
-rw-r--r-- | libpod/container.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/container.go b/libpod/container.go index d5d5ef1a5..80fd35c09 100644 --- a/libpod/container.go +++ b/libpod/container.go @@ -240,7 +240,7 @@ type ContainerImageVolume struct { type ContainerSecret struct { // Secret is the secret *secrets.Secret - // UID is tbe UID of the secret file + // UID is the UID of the secret file UID uint32 // GID is the GID of the secret file GID uint32 |