We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6d3fb commit 7714d46Copy full SHA for 7714d46
tools/testing/selftests/openat2/resolve_test.c
@@ -230,7 +230,7 @@ void test_openat2_opath_tests(void)
230
{ .name = "[in_root] garbage link to /root",
231
.path = "cheeky/garbageself", .how.resolve = RESOLVE_IN_ROOT,
232
.out.path = "root", .pass = true },
233
- { .name = "[in_root] chainged garbage links to /root",
+ { .name = "[in_root] chained garbage links to /root",
234
.path = "abscheeky/garbageself", .how.resolve = RESOLVE_IN_ROOT,
235
236
{ .name = "[in_root] relative path to 'root'",
0 commit comments