Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/next' into integration
Browse files Browse the repository at this point in the history
  • Loading branch information
gehwolf committed Aug 15, 2024
2 parents 979f87d + 549ebf4 commit 3001ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo/samprobe.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ int main(int argc, char **argv) {
return EXIT_FAILURE;
} else if (config == NULL) {
fprintf(stderr,
"ERR: unexpected error occuirred, where config was initialized but no expected error was caught");
"ERR: unexpected error occurred, where config was initialized but no expected error was caught");
return EXIT_FAILURE;
}

Expand Down

0 comments on commit 3001ad2

Please sign in to comment.