Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08529914 authored by Colin Ian King's avatar Colin Ian King Committed by Shuah Khan (Samsung OSG)
Browse files

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



Trivial fix to spelling mistake in message text

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarShuah Khan (Samsung OSG) <shuah@kernel.org>
parent 16378efa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -279,7 +279,7 @@ int main(int argc, char *argv[])
	int ret;

	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");
		exit(EXIT_FAILURE);
	}