diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-08-11 10:09:05 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-08-11 16:41:45 -0400 |
commit | 404488a0879c84de523adeacb78c6b898a7e52c8 (patch) | |
tree | 5a5c931a2353692ab108b0ee7a9c4b5ee9b198d6 /libpod/container.go | |
parent | 7e5a9fdbc0131a2715e9a6d5612e65fb7323c50b (diff) | |
download | podman-404488a0879c84de523adeacb78c6b898a7e52c8.tar.gz podman-404488a0879c84de523adeacb78c6b898a7e52c8.tar.bz2 podman-404488a0879c84de523adeacb78c6b898a7e52c8.zip |
Run codespell to fix spelling
[NO TESTS NEEDED] Just fixing spelling.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
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 |