]> git.sur5r.net Git - i3/i3status/commitdiff
add apostrophe to error message to fix grammar 39/head
authorViktor Stanchev <me@viktorstanchev.com>
Sat, 13 Jun 2015 03:08:12 +0000 (23:08 -0400)
committerViktor Stanchev <me@viktorstanchev.com>
Sat, 13 Jun 2015 03:08:46 +0000 (23:08 -0400)
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);
 }