summaryrefslogtreecommitdiff
path: root/source3/printing
diff options
context:
space:
mode:
Diffstat (limited to 'source3/printing')
-rw-r--r--source3/printing/printing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/printing.c b/source3/printing/printing.c
index 4c2f7b9627..eb304e7641 100644
--- a/source3/printing/printing.c
+++ b/source3/printing/printing.c
@@ -2561,7 +2561,7 @@ bool print_job_end(int snum, uint32 jobid, enum file_close_type close_type)
if (ret)
goto fail;
- /* The print job has been sucessfully handed over to the back-end */
+ /* The print job has been successfully handed over to the back-end */
pjob->spooled = True;
pjob->status = LPQ_QUEUED;