diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-01-04 09:31:46 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-01-04 09:31:46 +0100 |
commit | fcb4b05de7523df3f42c4172742f396bf697734a (patch) | |
tree | 432524ec195938fa8e6edbe4f3970ab629c74edc /plugin | |
parent | 91c6db71ca4de1878f1132f135a46d729e1b6960 (diff) | |
parent | e448cf8cd1ce45b153e88d8496bad613671e724b (diff) | |
download | perl-software-in-gnu-guix-fcb4b05de7523df3f42c4172742f396bf697734a.tar perl-software-in-gnu-guix-fcb4b05de7523df3f42c4172742f396bf697734a.tar.gz |
Merge branch 'master' of github.com:hakimel/reveal.js into dev
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/print-pdf/print-pdf.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/print-pdf/print-pdf.js b/plugin/print-pdf/print-pdf.js index 86dc4df..38a698d 100644 --- a/plugin/print-pdf/print-pdf.js +++ b/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 ); |