Change a string from ShutDownAction to ShutdownAction 47/172847/1
authorlokilee73 <changjoo.lee@samsung.com>
Fri, 16 Mar 2018 08:30:49 +0000 (17:30 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Fri, 16 Mar 2018 08:31:03 +0000 (17:31 +0900)
Change-Id: I60d63a373c54b4d803580495d4e5011655dfec26
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
src/thermal/thermal.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index a29b965..d1b99e2
@@ -39,7 +39,7 @@ static int noti;
 #define RELEASE_ACTION                 "ReleaseAction"
 #define WARNING_ACTION                 "WarningAction"
 #define LIMIT_ACTION                   "LimitAction"
-#define SHUTDOWN_ACTION                "ShutDownAction"
+#define SHUTDOWN_ACTION                "ShutdownAction"
 
 /* Dbus Interfaces (THERMAL_PATH, THERMAL_INTERFACE, and THERMAL_METHOD_TEMP_CHANGED)
    and Action Type Strings (RELEASE_ACTION, WARNING_ACTION, etc.)