Browse Source

Spelling build (#10909)

Josh Soref 3 years ago
parent
commit
24ce83460a

+ 2 - 2
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

+ 1 - 1
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.
 #

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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()

+ 1 - 1
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 $@