summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2000-09-14 16:47:49 +0000
committerGerald Carter <jerry@samba.org>2000-09-14 16:47:49 +0000
commitcb55856e4e827a410ac4c4c2b03a1d9a9345ee8a (patch)
tree34a5eda055f432e712a41573b6dbecdacaf3a506 /source3/client
parentded142d7f0f344e531a48ecb3cbf325ec22155e7 (diff)
downloadsamba-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.c2
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));
}
}