mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 15:05:31 +01:00
...
This commit is contained in:
parent
31c354a164
commit
d63bfeff11
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ def consolidate(envvar, default):
|
|||
'wand')):
|
||||
magick_error = ('ImageMagick not found on your system. '
|
||||
'Try setting the environment variables MAGICK_INC '
|
||||
'and MAGICK_LIB to help calibre locate the inclue and libbrary '
|
||||
'and MAGICK_LIB to help calibre locate the include and library '
|
||||
'files.')
|
||||
|
||||
podofo_lib = os.environ.get('PODOFO_LIB_DIR', podofo_lib)
|
||||
|
|
|
|||
Loading…
Reference in a new issue