Skip to content

Commit f3a10c7

Browse files
committed
Fix some typos
Fixes JazzCore#54
1 parent c46f7fb commit f3a10c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pdfkit/pdfkit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ def to_pdf(self, path=None):
145145

146146
if 'cannot connect to X server' in stderr.decode('utf-8'):
147147
raise IOError('%s\n'
148-
'You will need to run whktmltopdf within a "virtual" X server.\n'
149-
'Go to the link above for more information\n'
148+
'You will need to run wkhtmltopdf within a "virtual" X server.\n'
149+
'Go to the link below for more information\n'
150150
'https://github.com/JazzCore/python-pdfkit/wiki/Using-wkhtmltopdf-without-X-server' % stderr.decode('utf-8'))
151151

152152
if 'Error' in stderr.decode('utf-8'):

0 commit comments

Comments
 (0)