From f39406c9b692aa17e1d7842feba13fe01e5a3d71 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 5 Apr 2021 08:18:11 -0400 Subject: Spelling build (#10428) * spelling: alleviate Signed-off-by: Josh Soref * spelling: available Signed-off-by: Josh Soref * spelling: berkeley Signed-off-by: Josh Soref * spelling: cannot Signed-off-by: Josh Soref * spelling: centos Signed-off-by: Josh Soref * spelling: context Signed-off-by: Josh Soref * spelling: continuously Signed-off-by: Josh Soref * spelling: correlate Signed-off-by: Josh Soref * spelling: defaults Signed-off-by: Josh Soref * spelling: dependencies Signed-off-by: Josh Soref * spelling: dependency Signed-off-by: Josh Soref * spelling: different Signed-off-by: Josh Soref * spelling: doesn't Signed-off-by: Josh Soref * spelling: example Signed-off-by: Josh Soref * spelling: forbidden Signed-off-by: Josh Soref * spelling: necessary Signed-off-by: Josh Soref * spelling: nightly Signed-off-by: Josh Soref * spelling: normally Signed-off-by: Josh Soref * spelling: notification Signed-off-by: Josh Soref * spelling: overridden Signed-off-by: Josh Soref * spelling: packet Signed-off-by: Josh Soref * spelling: program Signed-off-by: Josh Soref * spelling: prompted for Signed-off-by: Josh Soref * spelling: proxyadmin Signed-off-by: Josh Soref * spelling: red hat Signed-off-by: Josh Soref * spelling: relative Signed-off-by: Josh Soref * spelling: script Signed-off-by: Josh Soref * spelling: scriptlet Signed-off-by: Josh Soref * spelling: somewhere Signed-off-by: Josh Soref * spelling: spinning Signed-off-by: Josh Soref * spelling: substitution Signed-off-by: Josh Soref * spelling: success Signed-off-by: Josh Soref * spelling: successfully Signed-off-by: Josh Soref * spelling: sysadmin Signed-off-by: Josh Soref * spelling: tarball Signed-off-by: Josh Soref * spelling: telemetry Signed-off-by: Josh Soref * spelling: temporary Signed-off-by: Josh Soref * spelling: timeout Signed-off-by: Josh Soref * spelling: unsupported Signed-off-by: Josh Soref * spelling: updates Signed-off-by: Josh Soref * spelling: useful Signed-off-by: Josh Soref * spelling: way Signed-off-by: Josh Soref * Update kickstart script checksums in documentation Co-authored-by: Vladimir Kobal --- .github/scripts/old_package_purging.sh | 2 +- .travis/check_changelog_last_modification.sh | 2 +- .travis/create_artifacts.sh | 2 +- .travis/nightlies.sh | 2 +- CHANGELOG.md | 2 +- backends/nc-backend.sh | 2 +- claim/netdata-claim.sh.in | 2 +- collectors/charts.d.plugin/libreswan/libreswan.chart.sh | 2 +- collectors/charts.d.plugin/loopsleepms.sh.inc | 2 +- collectors/charts.d.plugin/opensips/opensips.chart.sh | 2 +- contrib/debian/install_go.sh | 2 +- contrib/rhel/build-netdata-rpm.sh | 2 +- exporting/nc-exporting.sh | 2 +- health/notifications/health_alarm_notify.conf | 14 +++++++------- netdata-installer.sh | 8 ++++---- packaging/docker/Dockerfile | 4 ++-- packaging/installer/functions.sh | 4 ++-- packaging/installer/install-required-packages.sh | 10 +++++----- packaging/installer/kickstart-static64.sh | 4 ++-- packaging/installer/kickstart.sh | 4 ++-- packaging/installer/methods/kickstart-64.md | 2 +- packaging/installer/methods/kickstart.md | 2 +- packaging/installer/netdata-uninstaller.sh | 2 +- packaging/installer/netdata-updater.sh | 14 +++++++------- packaging/makeself/install-alpine-packages.sh | 2 +- packaging/makeself/install-or-update.sh | 2 +- packaging/makeself/makeself-help-header.txt | 2 +- packaging/makeself/makeself-license.txt | 2 +- packaging/makeself/makeself.sh | 4 ++-- packaging/scripts/install.sh | 2 +- tests/alarm_repetition/alarm.sh.in | 2 +- tests/installer/checksums.sh | 2 +- tests/template_dimension/template_dim.sh.in | 2 +- tests/updater_checks.bats | 2 +- tests/updater_checks.sh | 2 +- 35 files changed, 59 insertions(+), 59 deletions(-) diff --git a/.github/scripts/old_package_purging.sh b/.github/scripts/old_package_purging.sh index c90c4b7801..727a1c2566 100755 --- a/.github/scripts/old_package_purging.sh +++ b/.github/scripts/old_package_purging.sh @@ -2,7 +2,7 @@ # # Script to handle package cloud retention policy # Our open source subscription is limited, -# so we use this sript to control the number of packages maintained historically +# so we use this script to control the number of packages maintained historically # # Dependencies: # - PACKAGE_CLOUD_RETENTION_DAYS diff --git a/.travis/check_changelog_last_modification.sh b/.travis/check_changelog_last_modification.sh index d6f8a16396..ae0da877bc 100755 --- a/.travis/check_changelog_last_modification.sh +++ b/.travis/check_changelog_last_modification.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# This scriptplet validates nightlies age and notifies is if it gets too old +# This scriptlet validates nightlies age and notifies is if it gets too old # # Copyright: SPDX-License-Identifier: GPL-3.0-or-later # diff --git a/.travis/create_artifacts.sh b/.travis/create_artifacts.sh index 32b9a0bb70..a5349cca34 100755 --- a/.travis/create_artifacts.sh +++ b/.travis/create_artifacts.sh @@ -3,7 +3,7 @@ # Artifacts creation script. # This script generates two things: # 1) The static binary that can run on all linux distros (built-in dependencies etc) -# 2) The distribution source tarbal +# 2) The distribution source tarball # # Copyright: SPDX-License-Identifier: GPL-3.0-or-later # diff --git a/.travis/nightlies.sh b/.travis/nightlies.sh index e60ee27976..7240a784d6 100755 --- a/.travis/nightlies.sh +++ b/.travis/nightlies.sh @@ -29,7 +29,7 @@ PREVIOUS_NIGHTLY_COUNT="$(rev /dev/null 2>&1; then sha256sum $@ diff --git a/contrib/rhel/build-netdata-rpm.sh b/contrib/rhel/build-netdata-rpm.sh index 9ce3863b90..e48c3c17cc 100755 --- a/contrib/rhel/build-netdata-rpm.sh +++ b/contrib/rhel/build-netdata-rpm.sh @@ -25,7 +25,7 @@ if [[ "${version//-/}" != "$version" ]]; then # Append the current datetime fox a 'unique' build versionfix+="_$(date '+%m%d%H%M%S')" # And issue hints & details on why this failed, and how to fix it - run_failed "Current version contains '-' which is fobidden by rpm. You must create a git annotated tag and rerun this script. Exemple:" + run_failed "Current version contains '-' which is forbidden by rpm. You must create a git annotated tag and rerun this script. Example:" run_failed " git tag -a $versionfix -m 'Release by $(id -nu) on $(uname -n)' && $0" exit 1 fi diff --git a/exporting/nc-exporting.sh b/exporting/nc-exporting.sh index 9c8b08e60b..168c0d4b72 100755 --- a/exporting/nc-exporting.sh +++ b/exporting/nc-exporting.sh @@ -49,7 +49,7 @@ listen_save_replay_forever() { if [ ${ret} -eq 0 ] then - log "Successfuly sent the metrics to ${real_backend_host}:${real_backend_port}" + log "Successfully sent the metrics to ${real_backend_host}:${real_backend_port}" mv "${file}" "${file}.old" touch "${file}" else diff --git a/health/notifications/health_alarm_notify.conf b/health/notifications/health_alarm_notify.conf index 2dab1d4896..ae23180bb8 100755 --- a/health/notifications/health_alarm_notify.conf +++ b/health/notifications/health_alarm_notify.conf @@ -220,8 +220,8 @@ DEFAULT_RECIPIENT_EMAIL="root" # You can also have netdata add headers to the message that will # cause most e-mail clients to treat all notifications for a given # chart+alarm+host combination as a single thread. This can help -# simplify tracking of alarms, as it provides an easy wway for scripts -# to corelate messages and also will cause most clients to group all the +# simplify tracking of alarms, as it provides an easy way for scripts +# to correlate messages and also will cause most clients to group all the # messages together. This is enabled by default, uncomment the line # below if you want to disable it. #EMAIL_THREADING="NO" @@ -480,7 +480,7 @@ SEND_MSTEAM="YES" # This value will be replaced in the webhook value to publish to several channels in a same Team. # In order to get it working properly, you have to replace the value between [] ....IncomingWebhook/[___]/..... by "CHANNEL" string. DEFAULT_RECIPIENT_MSTEAM="" -# Based on the way MS Teams is working, put the differents channels here like : "CHANNEL1 CHANNEL2 ..." +# Based on the way MS Teams is working, put the different channels here like : "CHANNEL1 CHANNEL2 ..." # AT LEAST ONE CHANNEL IS MANDATORY MSTEAM_WEBHOOK_URL="" @@ -703,7 +703,7 @@ SEND_SYSLOG="NO" # A note on log levels and facilities: # # The traditional UNIX syslog mechanism has the concept of both log -# levels and facilities. A log level indicates the relaitve severity of +# levels and facilities. A log level indicates the relative severity of # the message, while a facility specifies a generic source for the message # (for example, the `mail` facility is where sendmail and postfix log # their messages). All major syslog daemons have the ability to filter @@ -762,7 +762,7 @@ DEFAULT_RECIPIENT_SYSLOG="netdata" SEND_PROWL="YES" # If a role's recipients are not configured, use the following, -# (empty = do not send a notiication for unconfigured roles) +# (empty = do not send a notification for unconfigured roles) # # Recipients for iOS push notifications are Prowl API keys. # @@ -949,7 +949,7 @@ role_recipients_irc[sysadmin]="${DEFAULT_RECIPIENT_IRC}" role_recipients_syslog[sysadmin]="${DEFAULT_RECIPIENT_SYSLOG}" -role_recipients_prowl[sysadming]="${DEFAULT_RECIPIENT_PROWL}" +role_recipients_prowl[sysadmin]="${DEFAULT_RECIPIENT_PROWL}" role_recipients_awssns[sysadmin]="${DEFAULT_RECIPIENT_AWSSNS}" @@ -1180,7 +1180,7 @@ role_recipients_syslog[proxyadmin]="${DEFAULT_RECIPIENT_SYSLOG}" role_recipients_prowl[proxyadmin]="${DEFAULT_RECIPIENT_PROWL}" -role_recipients_awssns[porxyadmin]="${DEFAULT_RECIPIENT_AWSSNS}" +role_recipients_awssns[proxyadmin]="${DEFAULT_RECIPIENT_AWSSNS}" role_recipients_custom[proxyadmin]="${DEFAULT_RECIPIENT_CUSTOM}" diff --git a/netdata-installer.sh b/netdata-installer.sh index c7867243a1..2bc9abc519 100755 --- a/netdata-installer.sh +++ b/netdata-installer.sh @@ -68,7 +68,7 @@ if [ -z "${TMPDIR}" ] || _cannot_use_tmpdir "${TMPDIR}"; then if _cannot_use_tmpdir /tmp; then if _cannot_use_tmpdir "${PWD}"; then echo >&2 - echo >&2 "Unable to find a usable temprorary directory. Please set \$TMPDIR to a path that is both writable and allows execution of files and try again." + echo >&2 "Unable to find a usable temporary directory. Please set \$TMPDIR to a path that is both writable and allows execution of files and try again." exit 1 else TMPDIR="${PWD}" @@ -209,7 +209,7 @@ USAGE: ${PROGRAM} [options] are: systemd, interval, crontab --stable-channel Use packages from GitHub release pages instead of GCS (nightly updates). This results in less frequent updates. - --nightly-channel Use most recent nightly udpates instead of GitHub releases. + --nightly-channel Use most recent nightly updates instead of GitHub releases. This results in more frequent updates. --disable-go Disable installation of go.d.plugin. --disable-ebpf Disable eBPF Kernel plugin (Default: enabled) @@ -239,7 +239,7 @@ USAGE: ${PROGRAM} [options] --zlib-is-really-here or --libs-are-really-here If you get errors about missing zlib or libuuid but you know it is available, you might have a broken pkg-config. Use this option to proceed without checking pkg-config. - --disable-telemetry Use this flag to opt-out from our anonymous telemetry progam. (DO_NOT_TRACK=1) + --disable-telemetry Use this flag to opt-out from our anonymous telemetry program. (DO_NOT_TRACK=1) Netdata will by default be compiled with gcc optimization -O2 If you need to pass different CFLAGS, use something like this: @@ -250,7 +250,7 @@ If you also need to provide different LDFLAGS, use something like this: LDFLAGS="" ${PROGRAM} [options] -or use the following if both LDFLAGS and CFLAGS need to be overriden: +or use the following if both LDFLAGS and CFLAGS need to be overridden: CFLAGS="" LDFLAGS="" ${PROGRAM} [options] diff --git a/packaging/docker/Dockerfile b/packaging/docker/Dockerfile index 41e8870012..d91d1a7739 100644 --- a/packaging/docker/Dockerfile +++ b/packaging/docker/Dockerfile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later # author : paulfantom -# This image contains preinstalled dependecies +# This image contains preinstalled dependencies # hadolint ignore=DL3007 FROM netdata/builder:latest as builder @@ -52,7 +52,7 @@ RUN mkdir -p /app/usr/sbin/ \ chmod +x /app/usr/sbin/run.sh ##################################################################### -# This image contains preinstalled dependecies +# This image contains preinstalled dependencies # hadolint ignore=DL3007 FROM netdata/base:latest as base diff --git a/packaging/installer/functions.sh b/packaging/installer/functions.sh index 03ceb2a528..fd10fcfaf2 100644 --- a/packaging/installer/functions.sh +++ b/packaging/installer/functions.sh @@ -760,7 +760,7 @@ create_netdata_conf() { run_ok "New configuration saved for you to edit at ${path}" else [ -f "${path}.new" ] && rm "${path}.new" - run_failed "Cannnot download configuration from netdata daemon using url '${url}'" + run_failed "Cannot download configuration from netdata daemon using url '${url}'" url='' fi fi @@ -891,7 +891,7 @@ portable_add_user_to_group() { } 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 "$@" diff --git a/packaging/installer/install-required-packages.sh b/packaging/installer/install-required-packages.sh index 23cbe12d5e..203f7c6cbf 100755 --- a/packaging/installer/install-required-packages.sh +++ b/packaging/installer/install-required-packages.sh @@ -141,7 +141,7 @@ EOF release2lsb_release() { # loads the given /etc/x-release file - # this file is normaly a single line containing something like + # this file is normally a single line containing something like # # X Linux release 1.2.3 (release-name) # @@ -322,8 +322,8 @@ user_picks_distribution() { echo >&2 "I found though that the following installers are available:" echo >&2 [ -n "${apt_get}" ] && echo >&2 " - Debian/Ubuntu based (installer is: apt-get)" && opts="apt-get ${opts}" - [ -n "${yum}" ] && echo >&2 " - Redhat/Fedora/Centos based (installer is: yum)" && opts="yum ${opts}" - [ -n "${dnf}" ] && echo >&2 " - Redhat/Fedora/Centos based (installer is: dnf)" && opts="dnf ${opts}" + [ -n "${yum}" ] && echo >&2 " - Red Hat/Fedora/CentOS based (installer is: yum)" && opts="yum ${opts}" + [ -n "${dnf}" ] && echo >&2 " - Red Hat/Fedora/CentOS based (installer is: dnf)" && opts="dnf ${opts}" [ -n "${zypper}" ] && echo >&2 " - SuSe based (installer is: zypper)" && opts="zypper ${opts}" [ -n "${pacman}" ] && echo >&2 " - Arch Linux based (installer is: pacman)" && opts="pacman ${opts}" [ -n "${emerge}" ] && echo >&2 " - Gentoo based (installer is: emerge)" && opts="emerge ${opts}" @@ -1265,7 +1265,7 @@ suitable_package() { return 0 elif [ -z "${p}" ]; then echo >&2 "WARNING" - echo >&2 "package ${1} is not availabe in this system." + echo >&2 "package ${1} is not available in this system." echo >&2 return 1 else @@ -1492,7 +1492,7 @@ install_apt_get() { prompt() { if [ "${NON_INTERACTIVE}" -eq 1 ]; then echo >&2 "Running in non-interactive mode, assuming yes (y)" - echo >&2 " > Would have promptedfor ${1} ..." + echo >&2 " > Would have prompted for ${1} ..." return 0 fi diff --git a/packaging/installer/kickstart-static64.sh b/packaging/installer/kickstart-static64.sh index a86a62fcdc..36aca54d7a 100755 --- a/packaging/installer/kickstart-static64.sh +++ b/packaging/installer/kickstart-static64.sh @@ -151,7 +151,7 @@ create_tmp_directory() { if _cannot_use_tmpdir /tmp ; then if _cannot_use_tmpdir "${PWD}" ; then echo >&2 - echo >&2 "Unable to find a usable temprorary directory. Please set \$TMPDIR to a path that is both writable and allows execution of files and try again." + echo >&2 "Unable to find a usable temporary directory. Please set \$TMPDIR to a path that is both writable and allows execution of files and try again." exit 1 else TMPDIR="${PWD}" @@ -283,7 +283,7 @@ while [ -n "${1}" ]; do done if [ ! "${DO_NOT_TRACK:-0}" -eq 0 ] || [ -n "$DO_NOT_TRACK" ]; then - NETDATA_INSTALLER_OPTIONS="${NETDATA_INSTALLER_OPTIONS:+${NETDATA_INSTALLER_OPTIONS} }--disable-telemtry" + NETDATA_INSTALLER_OPTIONS="${NETDATA_INSTALLER_OPTIONS:+${NETDATA_INSTALLER_OPTIONS} }--disable-telemetry" fi if [ -n "${NETDATA_DISABLE_CLOUD}" ]; then diff --git a/packaging/installer/kickstart.sh b/packaging/installer/kickstart.sh index bd18b7db58..3c90cc8169 100755 --- a/packaging/installer/kickstart.sh +++ b/packaging/installer/kickstart.sh @@ -183,7 +183,7 @@ create_tmp_directory() { if _cannot_use_tmpdir /tmp ; then if _cannot_use_tmpdir "${PWD}" ; then echo >&2 - echo >&2 "Unable to find a usable temprorary directory. Please set \$TMPDIR to a path that is both writable and allows execution of files and try again." + echo >&2 "Unable to find a usable temporary directory. Please set \$TMPDIR to a path that is both writable and allows execution of files and try again." exit 1 else TMPDIR="${PWD}" @@ -293,7 +293,7 @@ dependencies() { } 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 "$@" diff --git a/packaging/installer/methods/kickstart-64.md b/packaging/installer/methods/kickstart-64.md index dbb0cd4644..ea6cf32eaa 100644 --- a/packaging/installer/methods/kickstart-64.md +++ b/packaging/installer/methods/kickstart-64.md @@ -77,7 +77,7 @@ To use `md5sum` to verify the integrity of the `kickstart-static64.sh` script yo command above, run the following: ```bash -[ "33ed36d80c7db0e501b68c4c0c3ceb02" = "$(curl -Ss https://my-netdata.io/kickstart-static64.sh | md5sum | cut -d ' ' -f 1)" ] && echo "OK, VALID" || echo "FAILED, INVALID" +[ "c735fd724be5726c8a1850deed2793b8" = "$(curl -Ss https://my-netdata.io/kickstart-static64.sh | md5sum | cut -d ' ' -f 1)" ] && echo "OK, VALID" || echo "FAILED, INVALID" ``` If the script is valid, this command will return `OK, VALID`. diff --git a/packaging/installer/methods/kickstart.md b/packaging/installer/methods/kickstart.md index 8ad99dc4a4..0fc09ae837 100644 --- a/packaging/installer/methods/kickstart.md +++ b/packaging/installer/methods/kickstart.md @@ -60,7 +60,7 @@ To use `md5sum` to verify the integrity of the `kickstart.sh` script you will do run the following: ```bash -[ "35e92cd3fd8a29621e23962ac5626dfc" = "$(curl -Ss https://my-netdata.io/kickstart.sh | md5sum | cut -d ' ' -f 1)" ] && echo "OK, VALID" || echo "FAILED, INVALID" +[ "a708de3790fa39188babe71eb1639c66" = "$(curl -Ss https://my-netdata.io/kickstart.sh | md5sum | cut -d ' ' -f 1)" ] && echo "OK, VALID" || echo "FAILED, INVALID" ``` If the script is valid, this command will return `OK, VALID`. diff --git a/packaging/installer/netdata-uninstaller.sh b/packaging/installer/netdata-uninstaller.sh index f62934f720..a248860da1 100755 --- a/packaging/installer/netdata-uninstaller.sh +++ b/packaging/installer/netdata-uninstaller.sh @@ -14,7 +14,7 @@ usage="$(basename "$0") [-h] [-f ] -- program to calculate the answer to life, the universe and everything where: - -e, --env path to environment file (defauls to '/etc/netdata/.environment' + -e, --env path to environment file (defaults to '/etc/netdata/.environment' -f, --force force uninstallation and do not ask any questions -h show this help text -y, --yes flag needs to be set to proceed with uninstallation" diff --git a/packaging/installer/netdata-updater.sh b/packaging/installer/netdata-updater.sh index 2b833d79c9..46f7975f09 100755 --- a/packaging/installer/netdata-updater.sh +++ b/packaging/installer/netdata-updater.sh @@ -65,7 +65,7 @@ if [ "${ENVIRONMENT_FILE}" == "THIS_SHOULD_BE_REPLACED_BY_INSTALLER_SCRIPT" ]; t fi 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 "$@" @@ -123,7 +123,7 @@ create_tmp_directory() { if _cannot_use_tmpdir /tmp ; then if _cannot_use_tmpdir "${PWD}" ; then echo >&2 - echo >&2 "Unable to find a usable temprorary directory. Please set \$TMPDIR to a path that is both writable and allows execution of files and try again." + echo >&2 "Unable to find a usable temporary directory. Please set \$TMPDIR to a path that is both writable and allows execution of files and try again." exit 1 else TMPDIR="${PWD}" @@ -215,7 +215,7 @@ parse_version() { r="${1}" if echo "${r}" | grep -q '^v.*'; then # shellcheck disable=SC2001 - # XXX: Need a regex group subsitutation here. + # XXX: Need a regex group substitution here. r="$(echo "${r}" | sed -e 's/^v\(.*\)/\1/')" fi @@ -297,7 +297,7 @@ update() { rm netdata-latest.tar.gz >&3 2>&3 cd netdata-* || exit 1 RUN_INSTALLER=1 - cd "${NETDATA_LOCAL_TARBAL_OVERRIDE}" || exit 1 + cd "${NETDATA_LOCAL_TARBALL_OVERRIDE}" || exit 1 fi # We got the sources, run the update now @@ -362,7 +362,7 @@ while [ -n "${1}" ]; do fi done -# Random sleep to aileviate stampede effect of Agents upgrading +# Random sleep to alleviate stampede effect of Agents upgrading # and disconnecting/reconnecting at the same time (or near to). # But only we're not a controlling terminal (tty) # Randomly sleep between 1s and 60m @@ -376,7 +376,7 @@ source "${ENVIRONMENT_FILE}" || exit 1 # We dont expect to find lib dir variable on older installations, so load this path if none found export NETDATA_LIB_DIR="${NETDATA_LIB_DIR:-${NETDATA_PREFIX}/var/lib/netdata}" -# Source the tarbal checksum, if not already available from environment (for existing installations with the old logic) +# Source the tarball checksum, if not already available from environment (for existing installations with the old logic) [[ -z "${NETDATA_TARBALL_CHECKSUM}" ]] && [[ -f ${NETDATA_LIB_DIR}/netdata.tarball.checksum ]] && NETDATA_TARBALL_CHECKSUM="$(cat "${NETDATA_LIB_DIR}/netdata.tarball.checksum")" # Grab the nightlies baseurl (defaulting to our Google Storage bucket) @@ -412,7 +412,7 @@ if [ "${IS_NETDATA_STATIC_BINARY}" == "yes" ]; then download "${NETDATA_TARBALL_CHECKSUM_URL}" "${ndtmpdir}/sha256sum.txt" download "${NETDATA_TARBALL_URL}" "${ndtmpdir}/netdata-latest.gz.run" if ! grep netdata-latest.gz.run "${ndtmpdir}/sha256sum.txt" | safe_sha256sum -c - > /dev/null 2>&1; then - fatal "Static binary checksum validation failed. Stopping netdata installation and leaving binary in ${ndtmpdir}\nUsually this is a result of an older copy of the file being cached somehere and can be resolved by simply retrying in an hour." + fatal "Static binary checksum validation failed. Stopping netdata installation and leaving binary in ${ndtmpdir}\nUsually this is a result of an older copy of the file being cached somewhere and can be resolved by simply retrying in an hour." fi # Do not pass any options other than the accept, for now diff --git a/packaging/makeself/install-alpine-packages.sh b/packaging/makeself/install-alpine-packages.sh index b4e516be25..a3e8cf6057 100755 --- a/packaging/makeself/install-alpine-packages.sh +++ b/packaging/makeself/install-alpine-packages.sh @@ -39,7 +39,7 @@ apk add --no-cache -U \ gzip \ xz || exit 1 -# snappy doesnt have static version in alpine, let's compile it +# snappy doesn't have static version in alpine, let's compile it export SNAPPY_VER="1.1.7" wget -O /snappy.tar.gz https://github.com/google/snappy/archive/${SNAPPY_VER}.tar.gz tar -C / -xf /snappy.tar.gz diff --git a/packaging/makeself/install-or-update.sh b/packaging/makeself/install-or-update.sh index bbf631bcb8..11fcc091ce 100755 --- a/packaging/makeself/install-or-update.sh +++ b/packaging/makeself/install-or-update.sh @@ -58,7 +58,7 @@ while [ "${1}" ]; do done if [ ! "${DO_NOT_TRACK:-0}" -eq 0 ] || [ -n "$DO_NOT_TRACK" ]; then - REINSTALL_OPTIONS="${REINSTALL_OPTIONS} --disable-telemtry" + REINSTALL_OPTIONS="${REINSTALL_OPTIONS} --disable-telemetry" fi deleted_stock_configs=0 diff --git a/packaging/makeself/makeself-help-header.txt b/packaging/makeself/makeself-help-header.txt index 9a8a3ec336..b2b1e4a762 100644 --- a/packaging/makeself/makeself-help-header.txt +++ b/packaging/makeself/makeself-help-header.txt @@ -28,7 +28,7 @@ - /lib/systemd/system/netdata.service - or, for older Centos, Debian/Ubuntu or OpenRC Gentoo: + or, for older CentOS, Debian/Ubuntu or OpenRC Gentoo: - /etc/init.d/netdata will be created diff --git a/packaging/makeself/makeself-license.txt b/packaging/makeself/makeself-license.txt index bf482c465e..518d85d950 100644 --- a/packaging/makeself/makeself-license.txt +++ b/packaging/makeself/makeself-license.txt @@ -28,7 +28,7 @@ - /lib/systemd/system/netdata.service - or, for older Centos, Debian/Ubuntu or OpenRC Gentoo: + or, for older CentOS, Debian/Ubuntu or OpenRC Gentoo: - /etc/init.d/netdata will be created diff --git a/packaging/makeself/makeself.sh b/packaging/makeself/makeself.sh index f3cb69976e..15a002884d 100755 --- a/packaging/makeself/makeself.sh +++ b/packaging/makeself/makeself.sh @@ -40,7 +40,7 @@ # - 2.0.1 : Added --copy # - 2.1.0 : Allow multiple tarballs to be stored in one archive, and incremental updates. # Added --nochown for archives -# Stopped doing redundant checksums when not necesary +# Stopped doing redundant checksums when not necessary # - 2.1.1 : Work around insane behavior from certain Linux distros with no 'uncompress' command # Cleaned up the code to handle error codes from compress. Simplified the extraction code. # - 2.1.2 : Some bug fixes. Use head -n to avoid problems. @@ -63,7 +63,7 @@ # Check for available disk space before extracting to the target directory (Andreas Schweitzer) # Allow extraction to run asynchronously (patch by Peter Hatch) # Use file descriptors internally to avoid error messages (patch by Kay Tiong Khoo) -# - 2.1.6 : Replaced one dot per file progress with a realtime progress percentage and a spining cursor (Guy Baconniere) +# - 2.1.6 : Replaced one dot per file progress with a realtime progress percentage and a spinning cursor (Guy Baconniere) # Added --noprogress to prevent showing the progress during the decompression (Guy Baconniere) # Added --target dir to allow extracting directly to a target directory (Guy Baconniere) # - 2.2.0 : Many bugfixes, updates and contributions from users. Check out the project page on Github for the details. diff --git a/packaging/scripts/install.sh b/packaging/scripts/install.sh index c591b0bee0..b14ca11e51 100755 --- a/packaging/scripts/install.sh +++ b/packaging/scripts/install.sh @@ -77,7 +77,7 @@ case "${DISTRO}" in install_suse_like ;; *) - printf "ERROR: unspported distro: %s_%s\n" "${DISTRO}" "${DISTRO_VERSION}" + printf "ERROR: unsupported distro: %s_%s\n" "${DISTRO}" "${DISTRO_VERSION}" exit 1 ;; esac diff --git a/tests/alarm_repetition/alarm.sh.in b/tests/alarm_repetition/alarm.sh.in index 09d6aaf463..3ceab66072 100644 --- a/tests/alarm_repetition/alarm.sh.in +++ b/tests/alarm_repetition/alarm.sh.in @@ -84,6 +84,6 @@ cp -a netdata.conf_with_repetition netdata.conf process_data "ram_with" "I" "activated." rm netdata.conf -echo -e "${GREEN} all the tests were sucessful ${NOCOLOR}" +echo -e "${GREEN} all the tests were successful ${NOCOLOR}" rm "$HEALTHDIR/ram.conf" rm -rf $OUTDIR diff --git a/tests/installer/checksums.sh b/tests/installer/checksums.sh index 3fbbfa3864..e83e0c23c2 100755 --- a/tests/installer/checksums.sh +++ b/tests/installer/checksums.sh @@ -51,4 +51,4 @@ check_file() { check_file kickstart.sh packaging/installer/methods/kickstart.md check_file kickstart-static64.sh packaging/installer/methods/kickstart-64.md -echo "No problems found, exiting succesfully!" +echo "No problems found, exiting successfully!" diff --git a/tests/template_dimension/template_dim.sh.in b/tests/template_dimension/template_dim.sh.in index 88978fd849..0078925859 100644 --- a/tests/template_dimension/template_dim.sh.in +++ b/tests/template_dimension/template_dim.sh.in @@ -85,4 +85,4 @@ process_data "foreach_with_template" 10 "$HEALTHDIR/dim_foreach_with_template_sp rm "$HEALTHDIR/dim_foreach_with_template_sp.conf" rm -rf "$OUTDIR" -echo -e "${GREEN} all the tests were sucessful ${NOCOLOR}" +echo -e "${GREEN} all the tests were successful ${NOCOLOR}" diff --git a/tests/updater_checks.bats b/tests/updater_checks.bats index 930cea990b..d9f4cc0ca5 100755 --- a/tests/updater_checks.bats +++ b/tests/updater_checks.bats @@ -54,7 +54,7 @@ setup() { @test "update netdata using the new updater" { export ENVIRONMENT_FILE="${ENV}" # Run the updater, with the override so that it uses the local repo we have at hand - export NETDATA_LOCAL_TARBAL_OVERRIDE="${PWD}" + export NETDATA_LOCAL_TARBALL_OVERRIDE="${PWD}" ${INSTALLATION}/netdata/usr/libexec/netdata/netdata-updater.sh --not-running-from-cron ! grep "new_installation" "${ENV}" } diff --git a/tests/updater_checks.sh b/tests/updater_checks.sh index dff87a670d..1c8d7b028c 100755 --- a/tests/updater_checks.sh +++ b/tests/updater_checks.sh @@ -63,7 +63,7 @@ case "${running_os}" in ;; esac -# Run depednency scriptlet, before anything else +# Run dependency scriptlet, before anything else # ./packaging/installer/install-required-packages.sh --non-interactive netdata -- cgit v1.2.3