diff options
author | Gerald Carter <jerry@samba.org> | 2000-09-14 16:47:49 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2000-09-14 16:47:49 +0000 |
commit | cb55856e4e827a410ac4c4c2b03a1d9a9345ee8a (patch) | |
tree | 34a5eda055f432e712a41573b6dbecdacaf3a506 /source3/client | |
parent | ded142d7f0f344e531a48ecb3cbf325ec22155e7 (diff) | |
download | samba-cb55856e4e827a410ac4c4c2b03a1d9a9345ee8a.tar.gz samba-cb55856e4e827a410ac4c4c2b03a1d9a9345ee8a.tar.bz2 samba-cb55856e4e827a410ac4c4c2b03a1d9a9345ee8a.zip |
fixed typo
jerry
(This used to be commit d2949468dccd79eb281769cd0da74e4b37d936b8)
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index 9fd55c74f0..9cc6034d70 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -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)); } } |