refactor: phrasing

This commit is contained in:
2026-01-09 11:10:23 +01:00
parent 913ad5d1d7
commit cca38adcd7

2
main.c
View File

@@ -62,7 +62,7 @@ int main(void) {
int process = pick_random_process(processes, count);
free(processes);
if (kill_process(process) != 0) {
perror("Abort killing order.");
perror("Killing order aborted. I repeat, killing order aborted.");
return 1;
}