mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
parent
ded142d7f0
commit
cb55856e4e
@ -1228,7 +1228,7 @@ static void do_cancel(int job)
|
||||
if (cli_printjob_del(cli, job)) {
|
||||
printf("Job %d cancelled\n",job);
|
||||
} else {
|
||||
printf("Error calcelling job %d : %s\n",job,cli_errstr(cli));
|
||||
printf("Error cancelling job %d : %s\n",job,cli_errstr(cli));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user