diff options
| author | Sumanth Gavini <[email protected]> | 2025-05-16 22:51:48 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2025-05-19 23:19:01 +0000 |
| commit | c6a957d067912f1ab4e3be4c92d3730c21d1ddb8 (patch) | |
| tree | 0f8c7f00066900e66b2d6be9dc1e3a028b015146 /tools/testing/selftests/drivers/net/lib/py/env.py | |
| parent | net: netlink: reduce extack cookie size (diff) | |
| download | kernel-c6a957d067912f1ab4e3be4c92d3730c21d1ddb8.tar.gz kernel-c6a957d067912f1ab4e3be4c92d3730c21d1ddb8.zip | |
selftests: drv-net: Fix "envirnoments" to "environments"
Fix misspelling reported by codespell
Signed-off-by: Sumanth Gavini <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/testing/selftests/drivers/net/lib/py/env.py')
| -rw-r--r-- | tools/testing/selftests/drivers/net/lib/py/env.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/drivers/net/lib/py/env.py b/tools/testing/selftests/drivers/net/lib/py/env.py index ad5ff645183a..3bccddf8cbc5 100644 --- a/tools/testing/selftests/drivers/net/lib/py/env.py +++ b/tools/testing/selftests/drivers/net/lib/py/env.py @@ -12,7 +12,7 @@ from .remote import Remote class NetDrvEnvBase: """ - Base class for a NIC / host envirnoments + Base class for a NIC / host environments Attributes: test_dir: Path to the source directory of the test |
