summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumanth Gavini <sumanth.gavini@yahoo.com>2025-05-17 01:51:48 +0300
committerJakub Kicinski <kuba@kernel.org>2025-05-20 02:19:01 +0300
commitc6a957d067912f1ab4e3be4c92d3730c21d1ddb8 (patch)
tree0f8c7f00066900e66b2d6be9dc1e3a028b015146
parenta462903fa22541f212134fba81084315ad843e6e (diff)
downloadlinux-c6a957d067912f1ab4e3be4c92d3730c21d1ddb8.tar.xz
selftests: drv-net: Fix "envirnoments" to "environments"
Fix misspelling reported by codespell Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/20250516225156.1122058-1-sumanth.gavini@yahoo.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r--tools/testing/selftests/drivers/net/lib/py/env.py2
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