Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/printing/printing.c

    r1 r134  
    25262526                goto fail;
    25272527
    2528         /* The print job has been sucessfully handed over to the back-end */
     2528        /* The print job has been successfully handed over to the back-end */
    25292529       
    25302530        pjob->spooled = True;
     
    25402540fail:
    25412541
    2542         /* The print job was not succesfully started. Cleanup */
     2542        /* The print job was not successfully started. Cleanup */
    25432543        /* Still need to add proper error return propagation! 010122:JRR */
    25442544        unlink(pjob->filename);
Note: See TracChangeset for help on using the changeset viewer.