diff options
author | Dmitry Smirnov <onlyjob@member.fsf.org> | 2019-11-12 15:39:36 +1100 |
---|---|---|
committer | Dmitry Smirnov <onlyjob@member.fsf.org> | 2019-11-13 08:15:00 +1100 |
commit | 8d928d525ffa8147d34d0f148e0aec6189461318 (patch) | |
tree | 1d23cda4487383c0dd6bb5f7e86cabea75eec5fc /docs/source/markdown/podman-create.1.md | |
parent | de32b89eff0928abdef9d85a420b65d8865e737e (diff) | |
download | podman-8d928d525ffa8147d34d0f148e0aec6189461318.tar.gz podman-8d928d525ffa8147d34d0f148e0aec6189461318.tar.bz2 podman-8d928d525ffa8147d34d0f148e0aec6189461318.zip |
codespell: spelling corrections
Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index d9ee69f82..0ddcc7ed8 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -334,7 +334,7 @@ option to `false`. The environment variables passed in include `http_proxy`, those. This option is only needed when the host system must use a proxy but the container should not use any proxy. Proxy environment variables specified for the container in any other way will override the values that would have -been passed thru from the host. (Other ways to specify the proxy for the +been passed through from the host. (Other ways to specify the proxy for the container include passing the values with the `--env` flag, or hard coding the proxy environment at container build time.) |