From fb5a006c0971694ff4da3601c04f304234d27ae7 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 1 Jul 2003 05:45:16 +0000 Subject: fix typos in log messages and comments. (This used to be commit fd24183ec30688f3699e466bd4d908b24918e328) --- source3/printing/printing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/printing/printing.c') diff --git a/source3/printing/printing.c b/source3/printing/printing.c index add690fb8b..79f8571e31 100644 --- a/source3/printing/printing.c +++ b/source3/printing/printing.c @@ -1465,7 +1465,7 @@ static BOOL print_job_delete1(int snum, uint32 jobid) else remove_from_jobs_changed(snum, jobid); - /* Delete the tdb entry if the delete suceeded or the job hasn't + /* Delete the tdb entry if the delete succeeded or the job hasn't been spooled. */ if (result == 0) { -- cgit