Skip to content

Commit afa688e

Browse files
committed
1 parent f5885c8 commit afa688e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.codespellignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
doubleclick
22
wan
33
nwe
4-
re-use

advanced/Scripts/piholeDebug.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ os_check() {
449449
}
450450

451451
diagnose_operating_system() {
452-
# error message in a variable so we can easily modify it later (or re-use it)
452+
# error message in a variable so we can easily modify it later (or reuse it)
453453
local error_msg="Distribution unknown -- most likely you are on an unsupported platform and may run into issues."
454454
# Display the current test that is running
455455
echo_current_diagnostic "Operating system"

test/test_any_automated_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_setupVars_are_sourced_to_global_scope(host):
7070

7171
def test_setupVars_saved_to_file(host):
7272
"""
73-
confirm saved settings are written to a file for future updates to re-use
73+
confirm saved settings are written to a file for future updates to reuse
7474
"""
7575
# dedent works better with this and padding matching script below
7676
set_setup_vars = "\n"

0 commit comments

Comments
 (0)