Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit d30a292

Browse files
authored
Fixing typos (#1312)
1 parent d768e00 commit d30a292

File tree

46 files changed

+46
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+46
-46
lines changed

container-templates/docker-compose/.devcontainer/library-scripts/common-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ set -e
289289
if [ -d "/run/systemd/system" ]; then
290290
exec /bin/systemctl/systemctl "$@"
291291
else
292-
echo '\n"systemd" is not running in this container due to its overhead.\nUse the "service" command to start services intead. e.g.: \n\nservice --status-all'
292+
echo '\n"systemd" is not running in this container due to its overhead.\nUse the "service" command to start services instead. e.g.: \n\nservice --status-all'
293293
fi
294294
EOF
295295
chmod +x /usr/local/bin/systemctl

container-templates/dockerfile/.devcontainer/library-scripts/common-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ set -e
289289
if [ -d "/run/systemd/system" ]; then
290290
exec /bin/systemctl/systemctl "$@"
291291
else
292-
echo '\n"systemd" is not running in this container due to its overhead.\nUse the "service" command to start services intead. e.g.: \n\nservice --status-all'
292+
echo '\n"systemd" is not running in this container due to its overhead.\nUse the "service" command to start services instead. e.g.: \n\nservice --status-all'
293293
fi
294294
EOF
295295
chmod +x /usr/local/bin/systemctl

containers/azure-ansible/.devcontainer/library-scripts/common-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ set -e
289289
if [ -d "/run/systemd/system" ]; then
290290
exec /bin/systemctl/systemctl "$@"
291291
else
292-
echo '\n"systemd" is not running in this container due to its overhead.\nUse the "service" command to start services intead. e.g.: \n\nservice --status-all'
292+
echo '\n"systemd" is not running in this container due to its overhead.\nUse the "service" command to start services instead. e.g.: \n\nservice --status-all'
293293
fi
294294
EOF
295295
chmod +x /usr/local/bin/systemctl

containers/azure-ansible/.devcontainer/library-scripts/docker-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ else
188188
TARGET_COMPOSE_ARCH="x86_64"
189189
fi
190190
if [ "${TARGET_COMPOSE_ARCH}" != "x86_64" ]; then
191-
# Use pip to get a version that runns on this architecture
191+
# Use pip to get a version that runs on this architecture
192192
if ! dpkg -s python3-minimal python3-pip libffi-dev python3-venv > /dev/null 2>&1; then
193193
apt_get_update_if_needed
194194
apt-get -y install python3-minimal python3-pip libffi-dev python3-venv

containers/azure-bicep/.devcontainer/library-scripts/common-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ set -e
289289
if [ -d "/run/systemd/system" ]; then
290290
exec /bin/systemctl/systemctl "$@"
291291
else
292-
echo '\n"systemd" is not running in this container due to its overhead.\nUse the "service" command to start services intead. e.g.: \n\nservice --status-all'
292+
echo '\n"systemd" is not running in this container due to its overhead.\nUse the "service" command to start services instead. e.g.: \n\nservice --status-all'
293293
fi
294294
EOF
295295
chmod +x /usr/local/bin/systemctl

containers/azure-cli/.devcontainer/library-scripts/common-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ set -e
289289
if [ -d "/run/systemd/system" ]; then
290290
exec /bin/systemctl/systemctl "$@"
291291
else
292-
echo '\n"systemd" is not running in this container due to its overhead.\nUse the "service" command to start services intead. e.g.: \n\nservice --status-all'
292+
echo '\n"systemd" is not running in this container due to its overhead.\nUse the "service" command to start services instead. e.g.: \n\nservice --status-all'
293293
fi
294294
EOF
295295
chmod +x /usr/local/bin/systemctl

containers/azure-terraform/.devcontainer/library-scripts/common-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ set -e
289289
if [ -d "/run/systemd/system" ]; then
290290
exec /bin/systemctl/systemctl "$@"
291291
else
292-
echo '\n"systemd" is not running in this container due to its overhead.\nUse the "service" command to start services intead. e.g.: \n\nservice --status-all'
292+
echo '\n"systemd" is not running in this container due to its overhead.\nUse the "service" command to start services instead. e.g.: \n\nservice --status-all'
293293
fi
294294
EOF
295295
chmod +x /usr/local/bin/systemctl

containers/azure-terraform/.devcontainer/library-scripts/docker-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ else
188188
TARGET_COMPOSE_ARCH="x86_64"
189189
fi
190190
if [ "${TARGET_COMPOSE_ARCH}" != "x86_64" ]; then
191-
# Use pip to get a version that runns on this architecture
191+
# Use pip to get a version that runs on this architecture
192192
if ! dpkg -s python3-minimal python3-pip libffi-dev python3-venv > /dev/null 2>&1; then
193193
apt_get_update_if_needed
194194
apt-get -y install python3-minimal python3-pip libffi-dev python3-venv

containers/bazel/.devcontainer/library-scripts/common-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ set -e
289289
if [ -d "/run/systemd/system" ]; then
290290
exec /bin/systemctl/systemctl "$@"
291291
else
292-
echo '\n"systemd" is not running in this container due to its overhead.\nUse the "service" command to start services intead. e.g.: \n\nservice --status-all'
292+
echo '\n"systemd" is not running in this container due to its overhead.\nUse the "service" command to start services instead. e.g.: \n\nservice --status-all'
293293
fi
294294
EOF
295295
chmod +x /usr/local/bin/systemctl

containers/codespaces-linux/.devcontainer/library-scripts/common-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ set -e
289289
if [ -d "/run/systemd/system" ]; then
290290
exec /bin/systemctl/systemctl "$@"
291291
else
292-
echo '\n"systemd" is not running in this container due to its overhead.\nUse the "service" command to start services intead. e.g.: \n\nservice --status-all'
292+
echo '\n"systemd" is not running in this container due to its overhead.\nUse the "service" command to start services instead. e.g.: \n\nservice --status-all'
293293
fi
294294
EOF
295295
chmod +x /usr/local/bin/systemctl

0 commit comments

Comments
 (0)