diff mbox series

selftests: tc-testing: Fixed Typo error

Message ID Zqp9asVA-q_OzDP-@Emma (mailing list archive)
State Superseded
Headers show
Series selftests: tc-testing: Fixed Typo error | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Karan Sanghavi July 31, 2024, 6:07 p.m. UTC
Corrected the typographical of the word  "different"
in the "name" field of the JSON object with ID "4319".

Signed-off-by: Karan Sanghavi <karansanghvi98@gmail.com>
---
 tools/testing/selftests/tc-testing/tc-tests/filters/cgroup.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Horman Aug. 1, 2024, 6:24 p.m. UTC | #1
On Wed, Jul 31, 2024 at 06:07:38PM +0000, Karan Sanghavi wrote:
> Corrected the typographical of the word  "different"
> in the "name" field of the JSON object with ID "4319".
> 
> Signed-off-by: Karan Sanghavi <karansanghvi98@gmail.com>

Thanks,

I checked an this is the item flagged by codespell in this file.

...
diff mbox series

Patch

diff --git a/tools/testing/selftests/tc-testing/tc-tests/filters/cgroup.json b/tools/testing/selftests/tc-testing/tc-tests/filters/cgroup.json
index 03723cf84..6897ff5ad 100644
--- a/tools/testing/selftests/tc-testing/tc-tests/filters/cgroup.json
+++ b/tools/testing/selftests/tc-testing/tc-tests/filters/cgroup.json
@@ -1189,7 +1189,7 @@ 
     },
     {
         "id": "4319",
-        "name": "Replace cgroup filter with diffferent match",
+        "name": "Replace cgroup filter with different match",
         "category": [
             "filter",
             "cgroup"