From: Seung-Woo Kim Date: Tue, 8 Aug 2023 02:36:47 +0000 (+0900) Subject: pass: thermal: Fix typo in thermal_free() X-Git-Tag: accepted/tizen/unified/20230808.170202~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=393f0d406105a4abfca9089f736b1523fe7317dd;p=platform%2Fcore%2Fsystem%2Fpass.git 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 --- 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);