1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

fixed typo

jerry
(This used to be commit d2949468dc)
This commit is contained in:
Gerald Carter 2000-09-14 16:47:49 +00:00
parent ded142d7f0
commit cb55856e4e

View File

@ -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));
}
}