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

Commit 05844f83 authored by Colin Ian King's avatar Colin Ian King Committed by Shuah Khan
Browse files

selftests/timers: fix spelling mistake: "Asynchronous"



trivial fix to spelling mistake in printed message.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent 70d1a4e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ int main(int argv, char **argc)
	}


	printf("Running Asyncrhonous Switching Tests...\n");
	printf("Running Asynchronous Switching Tests...\n");
	pid = fork();
	if (!pid)
		return run_tests(60);