diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-04-09 16:14:04 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-04-09 16:14:04 +0200 |
commit | a8124367b4fcfea165569e4ce1e3401deacb0142 (patch) | |
tree | 6d9c1bf7a20c2cfdc1e96423773c1d4b8e76a937 /source3/printing | |
parent | c12bf374fe4b7e1eb1a4f121f21495b4c5cb6725 (diff) | |
download | samba-a8124367b4fcfea165569e4ce1e3401deacb0142.tar.gz samba-a8124367b4fcfea165569e4ce1e3401deacb0142.tar.bz2 samba-a8124367b4fcfea165569e4ce1e3401deacb0142.zip |
Fix typos.
Karolin
(This used to be commit 6cee34703503fbf3629057345fe221b866560648)
Diffstat (limited to 'source3/printing')
-rw-r--r-- | source3/printing/printing.c | 2 |
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; |