Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
billphipps committed Apr 18, 2024
1 parent a06c0c4 commit f039d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/wh_test_clientserver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@ int whTest_ServerCfgLoop(whServerConfig* serverCfg)
return ret;
}
}
WH_TEST_RETURN_ON_FAIL(wh_Server_Cleanupt(server));
WH_TEST_RETURN_ON_FAIL(wh_Server_Cleanup(server));

return 0;
}
Expand Down

0 comments on commit f039d11

Please sign in to comment.