]> git.sur5r.net Git - i3/i3status/commitdiff
Merge pull request #39 from vikstrous/master
authorMichael Stapelberg <stapelberg@users.noreply.github.com>
Sat, 13 Jun 2015 10:40:39 +0000 (12:40 +0200)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Sat, 13 Jun 2015 10:40:39 +0000 (12:40 +0200)
add apostrophe to error message to fix grammar

src/print_cpu_temperature.c

index f60a5f6c128552e466ae9f1d1109db873262861b..c0a6baa11569da421ab09068d01736cad57c1466 100644 (file)
@@ -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);
 }