Merge pull request #4817 from rhatdan/codespell

Add codespell to validate spelling mistakes in code.
This commit is contained in:
OpenShift Merge Robot
2020-01-13 17:59:58 +01:00
committed by GitHub
33 changed files with 45 additions and 42 deletions

View File

@ -799,7 +799,7 @@ You can pass `host` to copy the current configuration from the host.
Sets the username or UID used and optionally the groupname or GID for the specified command.
The followings examples are all valid:
The following examples are all valid:
--user [user | user:group | uid | uid:gid | user:gid | uid:group ]
Without this argument the command will be run as root in the container.

View File

@ -835,7 +835,7 @@ You can pass `host` to copy the current configuration from the host.
Sets the username or UID used and optionally the groupname or GID for the specified command.
The followings examples are all valid:
The following examples are all valid:
--user [user | user:group | uid | uid:gid | user:gid | uid:group ]
Without this argument the command will be run as root in the container.