spiegel_podman/pkg/domain/infra
Kir Kolyshkin 684d0079d2 Lowercase some errors
This commit is courtesy of

```
for f in $(git ls-files *.go | grep -v ^vendor/); do \
	sed -i 's/\(errors\..*\)"Error /\1"error /' $f;
done

for f in $(git ls-files *.go | grep -v ^vendor/); do \
	sed -i 's/\(errors\..*\)"Failed to /\1"failed to /' $f;
done

```

etc.

Self-reviewed using `git diff --word-diff`, found no issues.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2020-10-05 15:56:44 -07:00
..
abi Lowercase some errors 2020-10-05 15:56:44 -07:00
tunnel Remove excessive error wrapping 2020-10-05 15:30:37 -07:00
runtime_abi.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
runtime_abi_unsupported.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
runtime_libpod.go Fix podman pod create --infra-command and --infra-image 2020-09-16 07:42:19 -04:00
runtime_proxy.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
runtime_tunnel.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00