[PATCH] selftests: drv-net: Fix "envirnoments" to "environments"

Sumanth Gavini posted 1 patch 7 months ago
tools/testing/selftests/drivers/net/lib/py/env.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] selftests: drv-net: Fix "envirnoments" to "environments"
Posted by Sumanth Gavini 7 months ago
Fix misspelling reported by codespell

Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>
---
 tools/testing/selftests/drivers/net/lib/py/env.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.43.0
Re: [PATCH] selftests: drv-net: Fix "envirnoments" to "environments"
Posted by Simon Horman 7 months ago
On Fri, May 16, 2025 at 03:51:48PM -0700, Sumanth Gavini wrote:
> Fix misspelling reported by codespell
> 
> Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>

Thanks,

With this change this file appears to be codespell-clean.

Reviewed-by: Simon Horman <horms@kernel.org>

...