summaryrefslogtreecommitdiff
path: root/source3/printing
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-02-08 09:28:57 +0100
committerVolker Lendecke <vl@samba.org>2008-02-08 10:05:32 +0100
commit2a6a2288c5fae908f431bd79332554e0a23dbeed (patch)
treef2e1f6d33ea77f4480ba5edac14e0ed5f68eb418 /source3/printing
parented43977f08491515a325e613c8e765c2abe69352 (diff)
downloadsamba-2a6a2288c5fae908f431bd79332554e0a23dbeed.tar.gz
samba-2a6a2288c5fae908f431bd79332554e0a23dbeed.tar.bz2
samba-2a6a2288c5fae908f431bd79332554e0a23dbeed.zip
Fix some typos.
Karolin (This used to be commit 2bec0a1fb7857e6fb8ec15e5f597b2d4125f105b)
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 9f2c08629d..221e79b337 100644
--- a/source3/printing/printing.c
+++ b/source3/printing/printing.c
@@ -2575,7 +2575,7 @@ bool print_job_end(int snum, uint32 jobid, enum file_close_type close_type)
fail:
- /* The print job was not succesfully started. Cleanup */
+ /* The print job was not successfully started. Cleanup */
/* Still need to add proper error return propagation! 010122:JRR */
unlink(pjob->filename);
pjob_delete(sharename, jobid);