Skip to content

Commit c07c019

Browse files
authored
Fix typo in wsl_wrapper
1 parent 99b0d1a commit c07c019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: samples/wsl_wrapper/wsl_wrapper.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ void poll_client_msgs() {
190190
BOINC_STATUS status;
191191
boinc_get_status(&status);
192192
if (status.no_heartbeat || status.quit_request || status.abort_request) {
193-
fprintf(stderr, "got quite/abort from client\n");
193+
fprintf(stderr, "got quit/abort from client\n");
194194
abort_job();
195195
exit(0);
196196
}

0 commit comments

Comments
 (0)