Commit 7714d469 authored by Colin Ian King's avatar Colin Ian King Committed by Shuah Khan

selftests: fix spelling mistaked "chaigned" -> "chained"

There is a spelling mistake in a literal string, fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarAleksa Sarai <cyphar@cyphar.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent bb6d3fb3
......@@ -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'",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment