aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-01-04 09:31:46 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-01-04 09:31:46 +0100
commitfcb4b05de7523df3f42c4172742f396bf697734a (patch)
tree432524ec195938fa8e6edbe4f3970ab629c74edc /plugin
parent91c6db71ca4de1878f1132f135a46d729e1b6960 (diff)
parente448cf8cd1ce45b153e88d8496bad613671e724b (diff)
downloadfosdem-2018-presentation-fcb4b05de7523df3f42c4172742f396bf697734a.tar
fosdem-2018-presentation-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.js2
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 );