Skip to content

Commit

Permalink
Merge pull request #5812 from BOINC/Rytiss-wsl-typo
Browse files Browse the repository at this point in the history
Fix typo in wsl_wrapper
  • Loading branch information
davidpanderson committed Sep 19, 2024
2 parents 99b0d1a + c07c019 commit 29af35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/wsl_wrapper/wsl_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ void poll_client_msgs() {
BOINC_STATUS status;
boinc_get_status(&status);
if (status.no_heartbeat || status.quit_request || status.abort_request) {
fprintf(stderr, "got quite/abort from client\n");
fprintf(stderr, "got quit/abort from client\n");
abort_job();
exit(0);
}
Expand Down

0 comments on commit 29af35c

Please sign in to comment.