summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile.test4
-rw-r--r--build/m4/ax_gcc_func_attribute.m42
-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
-rw-r--r--netdata.spec.in2
7 files changed, 8 insertions, 8 deletions
diff --git a/Dockerfile.test b/Dockerfile.test
index df57ea0d04..ef087d8297 100644
--- a/Dockerfile.test
+++ b/Dockerfile.test
@@ -3,7 +3,7 @@
# `./packaging/docker/Dockerfile`.
#
# TODO: Create a netdata/package-builder:alpine9
-#FROM netdata/package-buidler:alpine AS build
+#FROM netdata/package-builder:alpine AS build
FROM alpine:3.9 AS build
# Install Dependencies
@@ -27,7 +27,7 @@ RUN ./netdata-installer.sh --dont-wait --dont-start-it --disable-go "${INSTALLER
FROM alpine:3.9 AS runtime
-# Install runtime dependeices
+# Install runtime dependencies
RUN apk --no-cache -U add curl bash libuv zlib util-linux libmnl python
# Create netdata user/group
diff --git a/build/m4/ax_gcc_func_attribute.m4 b/build/m4/ax_gcc_func_attribute.m4
index 6f1e1b051f..fe2265868b 100644
--- a/build/m4/ax_gcc_func_attribute.m4
+++ b/build/m4/ax_gcc_func_attribute.m4
@@ -61,7 +61,7 @@
# weak
# weakref
#
-# Unsuppored function attributes will be tested with a prototype returning
+# Unsupported function attributes will be tested with a prototype returning
# an int and not accepting any arguments and the result of the check might
# be wrong or meaningless so use with care.
#
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()
diff --git a/netdata.spec.in b/netdata.spec.in
index 6a0a005e5a..9d6b714663 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -320,7 +320,7 @@ install -m 755 system/netdata-init-d \
# ############################################################
# Package Go within netdata (TBD: Package it separately)
safe_sha256sum() {
- # Within the contexct of the installer, we only use -c option that is common between the two commands
+ # Within the context of the installer, we only use -c option that is common between the two commands
# We will have to reconsider if we start non-common options
if command -v sha256sum >/dev/null 2>&1; then
sha256sum $@