[PATCH] selftests: tc-testing: Fixed Typo error

Karan Sanghavi posted 1 patch 1 year, 6 months ago
There is a newer version of this series
tools/testing/selftests/tc-testing/tc-tests/filters/cgroup.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] selftests: tc-testing: Fixed Typo error
Posted by Karan Sanghavi 1 year, 6 months ago
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(-)

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"
-- 
2.43.0
Re: [PATCH] selftests: tc-testing: Fixed Typo error
Posted by Simon Horman 1 year, 6 months ago
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.

...