diff options
Diffstat (limited to 'src/print_cpu_temperature.c')
-rw-r--r-- | src/print_cpu_temperature.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print_cpu_temperature.c b/src/print_cpu_temperature.c index f60a5f6..c0a6baa 100644 --- a/src/print_cpu_temperature.c +++ b/src/print_cpu_temperature.c @@ -264,6 +264,6 @@ error: #endif free(thermal_zone); - OUTPUT_FULL_TEXT("cant read temp"); + OUTPUT_FULL_TEXT("can't read temp"); (void)fputs("i3status: Cannot read temperature. Verify that you have a thermal zone in /sys/class/thermal or disable the cpu_temperature module in your i3status config.\n", stderr); } |