提交 08529914 编写于 作者: C Colin Ian King 提交者: Shuah Khan (Samsung OSG)

selftests: filesystems: fix spelling mistake: "desciptor" -> "descriptor"

Trivial fix to spelling mistake in message text
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NShuah Khan (Samsung OSG) <shuah@kernel.org>
上级 16378efa
...@@ -279,7 +279,7 @@ int main(int argc, char *argv[]) ...@@ -279,7 +279,7 @@ int main(int argc, char *argv[])
int ret; int ret;
if (!isatty(STDIN_FILENO)) { if (!isatty(STDIN_FILENO)) {
fprintf(stderr, "Standard input file desciptor is not attached " fprintf(stderr, "Standard input file descriptor is not attached "
"to a terminal. Skipping test\n"); "to a terminal. Skipping test\n");
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册