Fix spelling error in print-pdf plugin

This commit is contained in:
Ian Smith 2015-12-27 12:35:13 -06:00
parent bef2722eed
commit 5da75aef01
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ console.log( 'Printing PDF (Paper size: '+ page.paperSize.width + 'x' + page.pap
page.open( inputFile, function( status ) {
window.setTimeout( function() {
console.log( 'Printed succesfully' );
console.log( 'Printed successfully' );
page.render( outputFile );
phantom.exit();
}, 1000 );