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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'",