Fix typo of error message
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 17 Jan 2023 07:47:06 +0000 (07:47 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 25 Jan 2023 00:53:42 +0000 (00:53 +0000)
- 'Faled' -> 'Failed'

Change-Id: Ie2901a4ae3eea3d83e9a7c1ec7f78717cc7f7d1d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/lib/amd_app_status.cc

index eae6c09c06f616a37b1b46b543a92b9247b41e80..49ac9fe3de2a427e77c69e0aa27550f0f6ba9744 100644 (file)
@@ -705,7 +705,7 @@ static int DispatchAppGetStatus(request_h req) {
   pid_t pid = atoi(pid_str);
   auto app = amd::app_status::AppStatusManager::GetInst().Find(pid);
   if (app == nullptr) {
-    _E("Faled to find app status. pid(%d)", pid);
+    _E("Failed to find app status. pid(%d)", pid);
     return -1;
   }