selftests: drv-net: Fix "envirnoments" to "environments"
authorSumanth Gavini <sumanth.gavini@yahoo.com>
Fri, 16 May 2025 22:51:48 +0000 (15:51 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 19 May 2025 23:19:01 +0000 (16:19 -0700)
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>
tools/testing/selftests/drivers/net/lib/py/env.py

index ad5ff645183acdb5dd224a6fa495d0012147d5da..3bccddf8cbc5a2be9640000791a8e5f196318933 100644 (file)
@@ -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