summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-06-18 15:32:07 +0200
committerGitHub <noreply@github.com>2019-06-18 15:32:07 +0200
commit265d55edbf698b624adee081a48f47b3b73b6164 (patch)
tree39f17e37b9bc7eff1ab04b4f6e982c160afa96bd /test
parent8bcfd24397ee365a08ea9fe95cae91554a933e5c (diff)
parent292a48cab4f3d61b1805fa5f947667012049cce3 (diff)
downloadpodman-265d55edbf698b624adee081a48f47b3b73b6164.tar.gz
podman-265d55edbf698b624adee081a48f47b3b73b6164.tar.bz2
podman-265d55edbf698b624adee081a48f47b3b73b6164.zip
Merge pull request #3355 from giuseppe/fix-typos
cmd, docs, test: fix some typos
Diffstat (limited to 'test')
-rw-r--r--test/utils/utils.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/utils.go b/test/utils/utils.go
index 98031385d..43819350c 100644
--- a/test/utils/utils.go
+++ b/test/utils/utils.go
@@ -63,7 +63,7 @@ func (p *PodmanTest) MakeOptions(args []string) []string {
return p.PodmanMakeOptions(args)
}
-// PodmanAsUserBase exec podman as user. uid and gid is set for credentials useage. env is used
+// PodmanAsUserBase exec podman as user. uid and gid is set for credentials usage. env is used
// to record the env for debugging
func (p *PodmanTest) PodmanAsUserBase(args []string, uid, gid uint32, cwd string, env []string, nocache bool) *PodmanSession {
var command *exec.Cmd