]> git.meshlink.io Git - meshlink/blobdiff - test/blackbox/run_blackbox_tests/test_cases_verify.c
Fix spelling errors.
[meshlink] / test / blackbox / run_blackbox_tests / test_cases_verify.c
index e731747799ed8f6edd8c077656cca2d9326aab34..ad84563e3f22949ea74b07a6cf4affe45c62c948 100644 (file)
@@ -120,7 +120,7 @@ bool test_verify_01(void) {
                return false;
        }
 
-       PRINT_TEST_CASE_MSG("meshlink_verify Successfuly verified data\n");
+       PRINT_TEST_CASE_MSG("meshlink_verify Successfully verified data\n");
        return true;
 }
 
@@ -161,7 +161,7 @@ bool test_verify_02(void) {
        meshlink_destroy("verifyconf");
 
        if(!ret) {
-               PRINT_TEST_CASE_MSG("meshlink_sign Successfuly reported error on passing NULL as mesh_handle arg\n");
+               PRINT_TEST_CASE_MSG("meshlink_sign Successfully reported error on passing NULL as mesh_handle arg\n");
                return true;
        }