Skip to content

Commit f319d10

Browse files
committed
T3871: reword a test comment to drop the "mis-" fragment
Avoid tripping the typo validator.
1 parent 62af470 commit f319d10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/test_net_name_resolve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def test_squatter_never_relocated_onto_a_missing_hwid_target(self):
136136

137137
def test_missing_hardware_no_crash_no_entry(self):
138138
# hw-id configured but the NIC never showed up (missing/faulty) -
139-
# must be skipped, not crash or mis-assign another interface.
139+
# must be skipped, not crash or incorrectly assign another interface.
140140
configured = {'m0': 'eth0', 'missing-mac': 'eth9'}
141141
current = {'eth5': 'm0'}
142142
plan = resolver.compute_rename_plan(configured, current)

0 commit comments

Comments
 (0)