Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
billphipps committed Apr 18, 2024
1 parent e433816 commit dba670c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/wh_test_clientserver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ int whTest_ClientCfg(whClientConfig* clientCfg)
WH_TEST_ASSERT_RETURN(server_rc == WH_ERROR_OK);
WH_TEST_ASSERT_RETURN(avail_objects == NF_OBJECT_COUNT);

H_TEST_RETURN_ON_FAIL(wh_Client_CommClose(client));
WH_TEST_RETURN_ON_FAIL(wh_Client_CommClose(client));
WH_TEST_RETURN_ON_FAIL(wh_Client_Cleanup(client));

return ret;
Expand Down
2 changes: 1 addition & 1 deletion test/wh_test_crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ int whTest_CryptoClientConfig(whClientConfig* config)
wc_FreeRng(rng);

/* Tell server to close */
H_TEST_RETURN_ON_FAIL(wh_Client_CommClose(client));
WH_TEST_RETURN_ON_FAIL(wh_Client_CommClose(client));

if (ret == 0) {
WH_TEST_RETURN_ON_FAIL(wh_Client_Cleanup(client));
Expand Down

0 comments on commit dba670c

Please sign in to comment.