summaryrefslogtreecommitdiff
path: root/libpod/define/exec_codes.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-08-25 16:31:53 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2022-08-25 16:32:31 -0400
commit9553f3bafad264367a8a642a17239c0d87c18090 (patch)
treec359692a1ce8971a63fd9e3a3cf84e2f7b9176fd /libpod/define/exec_codes.go
parentbb7ae54ef70fb7af401aee3ff20000ae60854e09 (diff)
downloadpodman-9553f3bafad264367a8a642a17239c0d87c18090.tar.gz
podman-9553f3bafad264367a8a642a17239c0d87c18090.tar.bz2
podman-9553f3bafad264367a8a642a17239c0d87c18090.zip
Run codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'libpod/define/exec_codes.go')
-rw-r--r--libpod/define/exec_codes.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpod/define/exec_codes.go b/libpod/define/exec_codes.go
index 3f2da4910..a84730e72 100644
--- a/libpod/define/exec_codes.go
+++ b/libpod/define/exec_codes.go
@@ -11,8 +11,8 @@ const (
// ExecErrorCodeGeneric is the default error code to return from an exec session if libpod failed
// prior to calling the runtime
ExecErrorCodeGeneric = 125
- // ExecErrorCodeCannotInvoke is the error code to return when the runtime fails to invoke a command
- // an example of this can be found by trying to execute a directory:
+ // ExecErrorCodeCannotInvoke is the error code to return when the runtime fails to invoke a command.
+ // An example of this can be found by trying to execute a directory:
// `podman exec -l /etc`
ExecErrorCodeCannotInvoke = 126
// ExecErrorCodeNotFound is the error code to return when a command cannot be found