fixed typo (celcius/celsius)
[psensor.git] / src / cfg.h
index 728ed51..a63bcb0 100644 (file)
--- a/src/cfg.h
+++ b/src/cfg.h
@@ -25,7 +25,7 @@
 #include "color.h"
 
 enum temperature_unit {
-       CELCIUS,
+       CELSIUS,
        FAHRENHEIT
 };