From: Jihoon Kim Date: Mon, 11 Jul 2022 04:20:26 +0000 (+0900) Subject: Fix typo X-Git-Tag: submit/tizen_6.5/20221006.064046^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=233c0435a4c13fef295cd959fd31cc409fea75d7;p=platform%2Fcore%2Fuifw%2Fautofill.git Fix typo Change-Id: I725dad380650f942d8234599024e9fc9ba7b1f87 Signed-off-by: Jihoon Kim --- diff --git a/tests/src/autofill_service_unittests.cpp b/tests/src/autofill_service_unittests.cpp index 9142c8f..0a41134 100644 --- a/tests/src/autofill_service_unittests.cpp +++ b/tests/src/autofill_service_unittests.cpp @@ -158,7 +158,7 @@ TEST_F(AutofillServiceTest, utc_autofill_service_unset_fill_requested_cb_p) /** * @testcase utc_autofill_service_set_cancel_fill_requested_cb_p * @since_tizen 5.5 - * @description Positive UTC of the function that sets the callback for the cancelation of fill request. + * @description Positive UTC of the function that sets the callback for the cancellation of fill request. */ TEST_F(AutofillServiceTest, utc_autofill_service_set_cancel_fill_requested_cb_p) { @@ -169,7 +169,7 @@ TEST_F(AutofillServiceTest, utc_autofill_service_set_cancel_fill_requested_cb_p) /** * @testcase utc_autofill_service_set_cancel_fill_requested_cb_n * @since_tizen 5.5 - * @description Negative UTC of the function that sets the callback for the cancelation of fill request. + * @description Negative UTC of the function that sets the callback for the cancellation of fill request. */ TEST_F(AutofillServiceTest, utc_autofill_service_set_cancel_fill_requested_cb_n) {