Skip to content

Commit 7714d46

Browse files
Colin Ian Kingshuahkh
authored andcommitted
selftests: fix spelling mistaked "chaigned" -> "chained"
There is a spelling mistake in a literal string, fix it. Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Aleksa Sarai <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent bb6d3fb commit 7714d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/openat2/resolve_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ void test_openat2_opath_tests(void)
230230
{ .name = "[in_root] garbage link to /root",
231231
.path = "cheeky/garbageself", .how.resolve = RESOLVE_IN_ROOT,
232232
.out.path = "root", .pass = true },
233-
{ .name = "[in_root] chainged garbage links to /root",
233+
{ .name = "[in_root] chained garbage links to /root",
234234
.path = "abscheeky/garbageself", .how.resolve = RESOLVE_IN_ROOT,
235235
.out.path = "root", .pass = true },
236236
{ .name = "[in_root] relative path to 'root'",

0 commit comments

Comments
 (0)