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 --- 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 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tests') 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