add apostrophe to error message to fix grammar
This commit is contained in:
parent
adaa83222c
commit
a2b8529043
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user