소스 검색

Fix spelling error in print-pdf plugin

Ian Smith 9 년 전
부모
커밋
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 );