From 292a48cab4f3d61b1805fa5f947667012049cce3 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 18 Jun 2019 10:48:53 +0200 Subject: cmd, docs, test: fix some typos Signed-off-by: Giuseppe Scrivano --- test/utils/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3-54-g00ecf