summaryrefslogtreecommitdiff
path: root/cmd/podman/varlink
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2018-09-28 14:49:01 -0700
committerJhon Honce <jhonce@redhat.com>2018-10-01 07:24:50 -0700
commitff38edaafefa1cdac9a87a1a08b8f4fcd94ae996 (patch)
treea0d726585a98d38843d27963e2e73a32d96472b5 /cmd/podman/varlink
parent9074565f4e623124f17ce02657e35d658abafae5 (diff)
downloadpodman-ff38edaafefa1cdac9a87a1a08b8f4fcd94ae996.tar.gz
podman-ff38edaafefa1cdac9a87a1a08b8f4fcd94ae996.tar.bz2
podman-ff38edaafefa1cdac9a87a1a08b8f4fcd94ae996.zip
* Update documenation
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Diffstat (limited to 'cmd/podman/varlink')
-rw-r--r--cmd/podman/varlink/io.podman.varlink2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/varlink/io.podman.varlink b/cmd/podman/varlink/io.podman.varlink
index 88ae45fb1..4a4a1854c 100644
--- a/cmd/podman/varlink/io.podman.varlink
+++ b/cmd/podman/varlink/io.podman.varlink
@@ -820,7 +820,7 @@ error PodNotFound (name: string)
# a container ID of the container that failed.
error PodContainerError (podname: string, errors: []PodContainerErrorData)
-# NoContainersInPod means a pod has no containers on which to perform operation. It contains
+# NoContainersInPod means a pod has no containers on which to perform the operation. It contains
# the pod ID.
error NoContainersInPod (name: string)