add apostrophe to error message to fix grammar

This commit is contained in:
Viktor Stanchev 2015-06-12 23:08:12 -04:00
parent adaa83222c
commit a2b8529043

View File

@ -264,6 +264,6 @@ error:
#endif #endif
free(thermal_zone); 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); (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);
} }