mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
selftests/watchdog: Fix spelling mistake "Temeprature" -> "Temperature"
There is a spelling mistake in a print statement. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
parent
ec7b451118
commit
ecc7d67af4
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user