2020-01-16 09:40:12

by Colin King

[permalink] [raw]
Subject: [PATCH] selftests: fix spelling mistaked "chaigned" -> "chained"

From: Colin Ian King <[email protected]>

There is a spelling mistake in a literal string, fix it.

Signed-off-by: Colin Ian King <[email protected]>
---
tools/testing/selftests/openat2/resolve_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/openat2/resolve_test.c b/tools/testing/selftests/openat2/resolve_test.c
index 7a94b1da8e7b..bbafad440893 100644
--- a/tools/testing/selftests/openat2/resolve_test.c
+++ b/tools/testing/selftests/openat2/resolve_test.c
@@ -230,7 +230,7 @@ void test_openat2_opath_tests(void)
{ .name = "[in_root] garbage link to /root",
.path = "cheeky/garbageself", .how.resolve = RESOLVE_IN_ROOT,
.out.path = "root", .pass = true },
- { .name = "[in_root] chainged garbage links to /root",
+ { .name = "[in_root] chained garbage links to /root",
.path = "abscheeky/garbageself", .how.resolve = RESOLVE_IN_ROOT,
.out.path = "root", .pass = true },
{ .name = "[in_root] relative path to 'root'",
--
2.24.0


2020-01-16 15:12:12

by Aleksa Sarai

[permalink] [raw]
Subject: Re: [PATCH] selftests: fix spelling mistaked "chaigned" -> "chained"

On 2020-01-16, Colin King <[email protected]> wrote:
> From: Colin Ian King <[email protected]>
>
> There is a spelling mistake in a literal string, fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>

Yup, sure.

Reviewed-by: Aleksa Sarai <[email protected]>

> ---
> tools/testing/selftests/openat2/resolve_test.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/openat2/resolve_test.c b/tools/testing/selftests/openat2/resolve_test.c
> index 7a94b1da8e7b..bbafad440893 100644
> --- a/tools/testing/selftests/openat2/resolve_test.c
> +++ b/tools/testing/selftests/openat2/resolve_test.c
> @@ -230,7 +230,7 @@ void test_openat2_opath_tests(void)
> { .name = "[in_root] garbage link to /root",
> .path = "cheeky/garbageself", .how.resolve = RESOLVE_IN_ROOT,
> .out.path = "root", .pass = true },
> - { .name = "[in_root] chainged garbage links to /root",
> + { .name = "[in_root] chained garbage links to /root",
> .path = "abscheeky/garbageself", .how.resolve = RESOLVE_IN_ROOT,
> .out.path = "root", .pass = true },
> { .name = "[in_root] relative path to 'root'",
> --
> 2.24.0
>


--
Aleksa Sarai
Senior Software Engineer (Containers)
SUSE Linux GmbH
<https://www.cyphar.com/>


Attachments:
(No filename) (1.30 kB)
signature.asc (235.00 B)
Download all attachments