From ecc7d67af402dda4b4d353dfa9837339319c9d4d Mon Sep 17 00:00:00 2001 From: Colin Ian King Date: Thu, 27 Oct 2022 09:20:17 +0100 Subject: [PATCH] selftests/watchdog: Fix spelling mistake "Temeprature" -> "Temperature" There is a spelling mistake in a print statement. Fix it. Signed-off-by: Colin Ian King Signed-off-by: Shuah Khan --- tools/testing/selftests/watchdog/watchdog-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/watchdog/watchdog-test.c b/tools/testing/selftests/watchdog/watchdog-test.c index fb3ca67785c20..bc71cbca0dde7 100644 --- a/tools/testing/selftests/watchdog/watchdog-test.c +++ b/tools/testing/selftests/watchdog/watchdog-test.c @@ -260,7 +260,7 @@ int main(int argc, char *argv[]) if (ret) printf("WDIOC_GETTEMP: '%s'\n", strerror(errno)); else - printf("Temeprature: %d\n", temperature); + printf("Temperature %d\n", temperature); break; case 't': -- 2.30.2