summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2023-08-08 11:36:47 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2023-08-08 11:49:25 +0900
commit393f0d406105a4abfca9089f736b1523fe7317dd (patch)
treebd8e1a596bd9b7ed68e0be93781c5880c0558ae5
parent06e3df5e95337c0c4d4cf53d5fea5e06e228ad15 (diff)
downloadpass-393f0d406105a4abfca9089f736b1523fe7317dd.tar.gz
pass-393f0d406105a4abfca9089f736b1523fe7317dd.tar.bz2
pass-393f0d406105a4abfca9089f736b1523fe7317dd.zip
pass: thermal: Fix typo in thermal_free()
There was a typo in thermal_free(), so fix it. Change-Id: I94c49f98b58bb20481e4fe4bd02ccb0cfa352744 Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r--src/thermal/thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thermal/thermal.c b/src/thermal/thermal.c
index 8d8cb85..40773c2 100644
--- a/src/thermal/thermal.c
+++ b/src/thermal/thermal.c
@@ -89,7 +89,7 @@ static void thermal_free(void)
ret = thermal_put_scenario(g_thermal);
if (ret < 0)
- _E("failed to pet Thermal Monitor scenario\n");
+ _E("failed to put Thermal Monitor scenario\n");
g_ptr_array_free(g_thermal->resources, TRUE);