Fix typo in receiver 71/265171/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 12 Oct 2021 10:03:40 +0000 (19:03 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 12 Oct 2021 10:03:40 +0000 (19:03 +0900)
Change-Id: I1e55f56ec55429a3075985fe1bb1370cc87c59e2
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
receiver/src/main.cpp

index 12cf6a2..1363791 100644 (file)
@@ -183,7 +183,7 @@ static void process_request(app_control_h app_control, char *request)
                     if (!is_init_sap())
                         initialize_sap();
                     request_all_sticker_data(mode, type);
-                } else { // Under the sync interval time. Need to check whether last sync was succeded or not.
+                } else { // Under the sync interval time. Need to check whether last sync was succeeded or not.
                     int last_sync_status = 0;
 
                     if (preference_get_int(LAST_SYNC_STATUS, &last_sync_status) != PREFERENCE_ERROR_NONE) {