Fix typos 81/216881/2
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 4 Nov 2019 10:23:27 +0000 (19:23 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 4 Nov 2019 10:33:48 +0000 (19:33 +0900)
Change-Id: I17b6187d8f4a6ecc9a325d6a021552c576909f7a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
common/autofill_fill_response_group.c
manager/autofill_manager.c

index 0e11114..31b5fed 100644 (file)
@@ -84,7 +84,7 @@ EXPORT_API int autofill_fill_response_group_clone(autofill_fill_response_group_h
 
         autofill_fill_response_item_clone(it_h, &new_it_h);
         if (!new_it_h) {
-            LOGW("[ERROR] Failed to duplicate reponse item");
+            LOGW("[ERROR] Failed to duplicate response item");
             autofill_fill_response_group_destroy(handle);
             return AUTOFILL_ERROR_OPERATION_FAILED;
         }
index 2f23733..a8b4574 100644 (file)
@@ -83,7 +83,7 @@ EXPORT_API int autofill_manager_create(autofill_manager_h *amh)
     }
 
     if (!amh) {
-        LOGW("[ERROR] Invalid paramater");
+        LOGW("[ERROR] Invalid parameter");
         return AUTOFILL_ERROR_INVALID_PARAMETER;
     }
 
@@ -122,7 +122,7 @@ EXPORT_API int autofill_manager_destroy(autofill_manager_h amh)
     }
 
     if (!amh) {
-        LOGW("[ERROR] Invalid paramater");
+        LOGW("[ERROR] Invalid parameter");
         return AUTOFILL_ERROR_INVALID_PARAMETER;
     }