Skip to content

Commit

Permalink
Spelling build (netdata#10909)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Apr 14, 2021
1 parent 148118f commit 24ce834
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/m4/ax_gcc_func_attribute.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion build_external/clean-install-arch-debug.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build_external/clean-install-arch-extras.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build_external/clean-install-arch.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build_external/scenarios/aclk-testing/paho-inspection.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ def on_log(mqttc, obj, level, string):

#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()
2 changes: 1 addition & 1 deletion netdata.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
Expand Down

0 comments on commit 24ce834

Please sign in to comment.