summaryrefslogtreecommitdiffstats
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
commitd2949468dccd79eb281769cd0da74e4b37d936b8 (patch)
tree3f526a2b8965a1f6e1611fb2ddd5aa2e898d9b5e
parentd675a6bd147e974c7970310ba8af9032f8bba1c7 (diff)
downloadsamba-d2949468dccd79eb281769cd0da74e4b37d936b8.tar.gz
samba-d2949468dccd79eb281769cd0da74e4b37d936b8.tar.xz
samba-d2949468dccd79eb281769cd0da74e4b37d936b8.zip
fixed typo
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 9fd55c74f03..9cc6034d707 100644
--- a/source/client/client.c
+++ b/source/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));
}
}