summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@users.noreply.github.com>2015-06-13 12:40:39 +0200
committerMichael Stapelberg <stapelberg@users.noreply.github.com>2015-06-13 12:40:39 +0200
commit326f26c5138526eccc7c57a22c3a1138e1535fcc (patch)
tree16239c5213a3971b7ba6b1d3775542a35eb4696d /src
parentadaa83222ce441e3efa1476127e8ef5171c626da (diff)
parenta2b85290439c58d8da57bdf061eb8eb0b2feaa8a (diff)
Merge pull request #39 from vikstrous/master
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);
}