mirror of
https://github.com/systemd/systemd.git
synced 2026-08-05 07:30:30 +00:00
tree-wide: fix duplicated words
the the in in not not we we
This commit is contained in:
committed by
Yu Watanabe
parent
3c45ad24c2
commit
ad337e55a3
@@ -138,7 +138,7 @@ class NetworkdTestingUtilities:
|
||||
|
||||
def read_attr(self, link, attribute):
|
||||
"""Read a link attributed from the sysfs."""
|
||||
# Note we we don't want to check if interface `link' is managed, we
|
||||
# Note we don't want to check if interface `link' is managed, we
|
||||
# want to evaluate link variable and pass the value of the link to
|
||||
# assert_link_states e.g. eth0=managed.
|
||||
self.assert_link_states(**{link:'managed'})
|
||||
|
||||
Reference in New Issue
Block a user