瀏覽代碼

Fix spelling error in print-pdf plugin

Ian Smith 8 年之前
父節點
當前提交
5da75aef01
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugin/print-pdf/print-pdf.js

+ 1 - 1
plugin/print-pdf/print-pdf.js

@@ -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 );