Fix typo in global alarm api
authorJiwoong Im <jiwoong.im@samsung.com>
Fri, 22 Apr 2016 06:44:46 +0000 (15:44 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Fri, 22 Apr 2016 06:45:39 +0000 (23:45 -0700)
Change-Id: I40172d960e369ee34690b249e9933b383d1a2369
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
alarm/alarm.c

index f0c4d98..d90e761 100644 (file)
@@ -514,7 +514,7 @@ int alarm_set_global(int alarm_id, bool global)
 {
        int ret;
 
-       ret = alarmmgr_set_global(alarm_id, glbal);
+       ret = alarmmgr_set_global(alarm_id, global);
 
        return convert_error_code_to_alarm(__FUNCTION__, ret);
 }