From: Viktor Stanchev Date: Sat, 13 Jun 2015 03:08:12 +0000 (-0400) Subject: add apostrophe to error message to fix grammar X-Git-Tag: 2.10~26^2 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3status;a=commitdiff_plain;h=a2b85290439c58d8da57bdf061eb8eb0b2feaa8a add apostrophe to error message to fix grammar --- 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); }