summaryrefslogtreecommitdiffstats
path: root/build_external
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2021-04-14 05:24:45 -0400
committerGitHub <noreply@github.com>2021-04-14 12:24:45 +0300
commit24ce83460a70b854181c86bfab32d5a0badd480c (patch)
treed757671ec1316094243b19786793d4e8dcd0a718 /build_external
parent148118f29d9ad846ae083a98238d629ff37298c6 (diff)
Spelling build (#10909)
Diffstat (limited to 'build_external')
-rw-r--r--build_external/clean-install-arch-debug.Dockerfile2
-rw-r--r--build_external/clean-install-arch-extras.Dockerfile2
-rw-r--r--build_external/clean-install-arch.Dockerfile2
-rw-r--r--build_external/scenarios/aclk-testing/paho-inspection.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/build_external/clean-install-arch-debug.Dockerfile b/build_external/clean-install-arch-debug.Dockerfile
index 44d5b5ee99..046b144f65 100644
--- a/build_external/clean-install-arch-debug.Dockerfile
+++ b/build_external/clean-install-arch-debug.Dockerfile
@@ -1,7 +1,7 @@
FROM archlinux/base:latest
# There is some redundancy between this file and the archlinux Dockerfile in the helper images
-# repo and also with the clean-install.Dockefile. Once the help image is availabled on Docker
+# repo and also with the clean-install.Dockerfile. Once the help image is available on Docker
# Hub this file can be deleted.
RUN echo sdlsjdkls
RUN pacman -Syyu --noconfirm
diff --git a/build_external/clean-install-arch-extras.Dockerfile b/build_external/clean-install-arch-extras.Dockerfile
index b155c1304f..1d18f7a661 100644
--- a/build_external/clean-install-arch-extras.Dockerfile
+++ b/build_external/clean-install-arch-extras.Dockerfile
@@ -1,7 +1,7 @@
FROM archlinux/base:latest
# There is some redundancy between this file and the archlinux Dockerfile in the helper images
-# repo and also with the clean-install.Dockefile. Once the help image is availabled on Docker
+# repo and also with the clean-install.Dockerfile. Once the help image is available on Docker
# Hub this file can be deleted.
RUN echo sdlsjdkls
RUN pacman -Syyu --noconfirm
diff --git a/build_external/clean-install-arch.Dockerfile b/build_external/clean-install-arch.Dockerfile
index bb8274f050..92bd2c6758 100644
--- a/build_external/clean-install-arch.Dockerfile
+++ b/build_external/clean-install-arch.Dockerfile
@@ -1,7 +1,7 @@
FROM archlinux/base:latest
# There is some redundancy between this file and the archlinux Dockerfile in the helper images
-# repo and also with the clean-install.Dockefile. Once the help image is availabled on Docker
+# repo and also with the clean-install.Dockerfile. Once the help image is available on Docker
# Hub this file can be deleted.
RUN pacman -Sy
diff --git a/build_external/scenarios/aclk-testing/paho-inspection.py b/build_external/scenarios/aclk-testing/paho-inspection.py
index ec1e1675b3..e9343cc8b4 100644
--- a/build_external/scenarios/aclk-testing/paho-inspection.py
+++ b/build_external/scenarios/aclk-testing/paho-inspection.py
@@ -29,5 +29,5 @@ mqttc.connect("vernemq", 9002, 60)
#mqttc.publish("/agent/mine","Test1")
#mqttc.subscribe("$SYS/#", 0)
-print("Connected succesfully, monitoring /agent/#", flush=True)
+print("Connected successfully, monitoring /agent/#", flush=True)
mqttc.loop_forever()