Fix typo Succesfully => Successfully 25/248325/3
authorNishant Chaprana <n.chaprana@samsung.com>
Wed, 25 Nov 2020 09:30:30 +0000 (15:00 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Thu, 26 Nov 2020 05:55:25 +0000 (11:25 +0530)
Change-Id: I057ea34660277d6e59a988057dd0861e99d6f06b
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
test/wifi_manager_test.c

index 46546fa..06607b1 100755 (executable)
@@ -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;
 }