mirror of
https://github.com/containers/podman.git
synced 2025-07-30 11:52:47 +08:00
Fix spelling "setup" -> "set up" and similar
* Replace "setup", "lookup", "cleanup", "backup" with "set up", "look up", "clean up", "back up" when used as verbs. Replace also variations of those. * Improve language in a few places. Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
This commit is contained in:
@ -1812,7 +1812,7 @@ func WithHostDevice(dev []specs.LinuxDevice) CtrCreateOption {
|
||||
}
|
||||
}
|
||||
|
||||
// WithSelectedPasswordManagement makes it so that the container either does or does not setup /etc/passwd or /etc/group
|
||||
// WithSelectedPasswordManagement makes it so that the container either does or does not set up /etc/passwd or /etc/group
|
||||
func WithSelectedPasswordManagement(passwd *bool) CtrCreateOption {
|
||||
return func(c *Container) error {
|
||||
if c.valid {
|
||||
|
Reference in New Issue
Block a user