Commit ecc7d67a authored by Colin Ian King's avatar Colin Ian King Committed by Shuah Khan

selftests/watchdog: Fix spelling mistake "Temeprature" -> "Temperature"

There is a spelling mistake in a print statement. Fix it.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent ec7b4511
......@@ -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':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment