tree-wide: fix duplicated words

the the
in in
not not
we we
This commit is contained in:
Michael Biebl
2022-03-17 23:53:03 +01:00
committed by Yu Watanabe
parent 3c45ad24c2
commit ad337e55a3
9 changed files with 10 additions and 10 deletions

View File

@@ -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'})