summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElrond <elrond@samba.org>2000-09-14 18:03:29 +0000
committerElrond <elrond@samba.org>2000-09-14 18:03:29 +0000
commit6003fa72a984397dd01382a417fc686b70641afa (patch)
tree02dd928c4645f4919c8f5fae3e1ac04396021265
parent183d48ae3a6f1bd4ee3b48da211328947b6af3e4 (diff)
downloadsamba-6003fa72a984397dd01382a417fc686b70641afa.tar.gz
samba-6003fa72a984397dd01382a417fc686b70641afa.tar.xz
samba-6003fa72a984397dd01382a417fc686b70641afa.zip
typo fix by Jerry
-rw-r--r--source/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/client.c b/source/client/client.c
index ef801921b6d..d3a928544aa 100644
--- a/source/client/client.c
+++ b/source/client/client.c
@@ -1233,7 +1233,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));
}
}