File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
doubleclick
2
2
wan
3
3
nwe
4
- re-use
Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ os_check() {
449
449
}
450
450
451
451
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)
453
453
local error_msg=" Distribution unknown -- most likely you are on an unsupported platform and may run into issues."
454
454
# Display the current test that is running
455
455
echo_current_diagnostic " Operating system"
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ def test_setupVars_are_sourced_to_global_scope(host):
70
70
71
71
def test_setupVars_saved_to_file (host ):
72
72
"""
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
74
74
"""
75
75
# dedent works better with this and padding matching script below
76
76
set_setup_vars = "\n "
You can’t perform that action at this time.
0 commit comments