Spelling build (#10909)
Josh Soref committed
Apr 14, 2021 at 05:24 UTC
24ce83460a70b854181c86bfab32d5a0badd480c
7 files changed
+8
-8
Dockerfile.test
+2
-2
@@ -3,7 +3,7 @@
3
# `./packaging/docker/Dockerfile`.
4
#
5
# TODO: Create a netdata/package-builder:alpine9
6
-#FROM netdata/package-buidler:alpine AS build
6
+#FROM netdata/package-builder:alpine AS build
7
FROM alpine:3.9 AS build
8
9
# Install Dependencies
@@ -27,7 +27,7 @@ RUN ./netdata-installer.sh --dont-wait --dont-start-it --disable-go "${INSTALLER
27
28
FROM alpine:3.9 AS runtime
29
30
-# Install runtime dependeices
30
+# Install runtime dependencies
31
RUN apk --no-cache -U add curl bash libuv zlib util-linux libmnl python
32
33
# Create netdata user/group
build/m4/ax_gcc_func_attribute.m4
+1
-1
@@ -61,7 +61,7 @@
61
# weak
62
# weakref
63
#
64
-# Unsuppored function attributes will be tested with a prototype returning
64
+# Unsupported function attributes will be tested with a prototype returning
65
# an int and not accepting any arguments and the result of the check might
66
# be wrong or meaningless so use with care.
67
#
build_external/clean-install-arch-debug.Dockerfile
+1
-1
@@ -1,7 +1,7 @@
1
FROM archlinux/base:latest
2
3
# There is some redundancy between this file and the archlinux Dockerfile in the helper images
4
-# repo and also with the clean-install.Dockefile. Once the help image is availabled on Docker
4
+# repo and also with the clean-install.Dockerfile. Once the help image is available on Docker
5
# Hub this file can be deleted.
6
RUN echo sdlsjdkls
7
RUN pacman -Syyu --noconfirm
build_external/clean-install-arch-extras.Dockerfile
+1
-1
@@ -1,7 +1,7 @@
1
FROM archlinux/base:latest
2
3
# There is some redundancy between this file and the archlinux Dockerfile in the helper images
4
-# repo and also with the clean-install.Dockefile. Once the help image is availabled on Docker
4
+# repo and also with the clean-install.Dockerfile. Once the help image is available on Docker
5
# Hub this file can be deleted.
6
RUN echo sdlsjdkls
7
RUN pacman -Syyu --noconfirm
build_external/clean-install-arch.Dockerfile
+1
-1
@@ -1,7 +1,7 @@
1
FROM archlinux/base:latest
2
3
# There is some redundancy between this file and the archlinux Dockerfile in the helper images
4
-# repo and also with the clean-install.Dockefile. Once the help image is availabled on Docker
4
+# repo and also with the clean-install.Dockerfile. Once the help image is available on Docker
5
# Hub this file can be deleted.
6
7
RUN pacman -Sy
build_external/scenarios/aclk-testing/paho-inspection.py
+1
-1
@@ -29,5 +29,5 @@ mqttc.connect("vernemq", 9002, 60)
29
30
#mqttc.publish("/agent/mine","Test1")
31
#mqttc.subscribe("$SYS/#", 0)
32
-print("Connected succesfully, monitoring /agent/#", flush=True)
32
+print("Connected successfully, monitoring /agent/#", flush=True)
33
mqttc.loop_forever()
netdata.spec.in
+1
-1
@@ -320,7 +320,7 @@ install -m 755 system/netdata-init-d \
320
# ############################################################
321
# Package Go within netdata (TBD: Package it separately)
322
safe_sha256sum() {
323
- # Within the contexct of the installer, we only use -c option that is common between the two commands
323
+ # Within the context of the installer, we only use -c option that is common between the two commands
324
# We will have to reconsider if we start non-common options
325
if command -v sha256sum >/dev/null 2>&1; then
326
sha256sum $@