summaryrefslogtreecommitdiff
path: root/libpod/container_config.go
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2022-06-21 18:08:31 +0000
committerGitHub <noreply@github.com>2022-06-21 18:08:31 +0000
commitc9dce6353d780e249f8a1c3ab8c47f3df83ec679 (patch)
tree6af1bca684bbe3401f0d5edf8c57ab202aa1846c /libpod/container_config.go
parent7724eb07cea1965da598dfb3b959de53bb4c4a41 (diff)
parent2827140907255ed07422495e7108f783edd98d13 (diff)
downloadpodman-c9dce6353d780e249f8a1c3ab8c47f3df83ec679.tar.gz
podman-c9dce6353d780e249f8a1c3ab8c47f3df83ec679.tar.bz2
podman-c9dce6353d780e249f8a1c3ab8c47f3df83ec679.zip
Merge pull request #14659 from eriksjolund/setup_to_set_up_in_code
[CI:DOCS] "setup" -> "set up" in source code comments
Diffstat (limited to 'libpod/container_config.go')
-rw-r--r--libpod/container_config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpod/container_config.go b/libpod/container_config.go
index 76200da5e..45ff03d58 100644
--- a/libpod/container_config.go
+++ b/libpod/container_config.go
@@ -194,7 +194,7 @@ type ContainerSecurityConfig struct {
// If not explicitly set, an unused random MLS label will be assigned by
// containers/storage (but only if SELinux is enabled).
MountLabel string `json:"MountLabel,omitempty"`
- // LabelOpts are options passed in by the user to setup SELinux labels.
+ // LabelOpts are options passed in by the user to set up SELinux labels.
// These are used by the containers/storage library.
LabelOpts []string `json:"labelopts,omitempty"`
// User and group to use in the container. Can be specified as only user
@@ -386,7 +386,7 @@ type ContainerMiscConfig struct {
IsService bool `json:"isService"`
// SdNotifyMode tells libpod what to do with a NOTIFY_SOCKET if passed
SdNotifyMode string `json:"sdnotifyMode,omitempty"`
- // Systemd tells libpod to setup the container in systemd mode, a value of nil denotes false
+ // Systemd tells libpod to set up the container in systemd mode, a value of nil denotes false
Systemd *bool `json:"systemd,omitempty"`
// HealthCheckConfig has the health check command and related timings
HealthCheckConfig *manifest.Schema2HealthConfig `json:"healthcheck"`