From: Nishant Chaprana Date: Wed, 25 Nov 2020 09:30:30 +0000 (+0530) Subject: Fix typo Succesfully => Successfully X-Git-Tag: submit/tizen/20201127.052752~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d9a796afbec2b1c0ed9f6cc8f48b96e21543a1c;p=platform%2Fcore%2Fapi%2Fwifi-manager.git Fix typo Succesfully => Successfully Change-Id: I057ea34660277d6e59a988057dd0861e99d6f06b Signed-off-by: Nishant Chaprana --- diff --git a/test/wifi_manager_test.c b/test/wifi_manager_test.c index 46546fa..06607b1 100755 --- a/test/wifi_manager_test.c +++ b/test/wifi_manager_test.c @@ -1840,7 +1840,7 @@ int test_wifi_manager_set_ip_conflict_detect_enable() return -1; } - printf("Succesfully set the ip conflict detection !\n"); + printf("Successfully set the ip conflict detection !\n"); return 1; } @@ -1856,7 +1856,7 @@ int test_wifi_manager_ip_conflict_detect_is_enabled() } printf("IP conflict detection is %s\n", state ? "enabled" : "disabled"); - printf("Succesfully get the ip conflict detection !\n"); + printf("Successfully get the ip conflict detection !\n"); return 1; } @@ -1886,7 +1886,7 @@ int test_wifi_manager_get_ip_conflict_state() break; } - printf("Succesfully get the ip conflict state!\n"); + printf("Successfully get the ip conflict state!\n"); return 1; } @@ -1902,7 +1902,7 @@ int test_wifi_manager_get_ip_conflict_period() } printf("Initial time = %d seconds!\n", initial_time); - printf("Succesfully get the ip conflict detect period!\n"); + printf("Successfully get the ip conflict detect period!\n"); return 1; } @@ -1923,7 +1923,7 @@ int test_wifi_manager_set_ip_conflict_period() return -1; } - printf("Succesfully set the ip conflict detect period!\n"); + printf("Successfully set the ip conflict detect period!\n"); return 1; }