summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorViktor Stanchev <me@viktorstanchev.com>2015-06-12 23:08:12 -0400
committerViktor Stanchev <me@viktorstanchev.com>2015-06-12 23:08:46 -0400
commita2b85290439c58d8da57bdf061eb8eb0b2feaa8a (patch)
tree16239c5213a3971b7ba6b1d3775542a35eb4696d /src
parentadaa83222ce441e3efa1476127e8ef5171c626da (diff)
add apostrophe to error message to fix grammar
Diffstat (limited to 'src')
-rw-r--r--src/print_cpu_temperature.c2
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);
}