diff options
| author | jvoisin | 2015-12-20 15:50:55 +0100 |
|---|---|---|
| committer | jvoisin | 2015-12-20 15:50:55 +0100 |
| commit | b9d66ed2e07d0a40161c88d0ba52d59ac601c76e (patch) | |
| tree | 758ed04adf31c7078f4dbdd26395e0572651d9c1 /libmat | |
| parent | 07057bc6adceef5b626d69442e48d0babab1134c (diff) | |
Fix some typoes pointed by intrigeri
Diffstat (limited to 'libmat')
| -rw-r--r-- | libmat/strippers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat/strippers.py b/libmat/strippers.py index 148356f..6a51aa8 100644 --- a/libmat/strippers.py +++ b/libmat/strippers.py | |||
| @@ -41,7 +41,7 @@ except ImportError: | |||
| 41 | try: | 41 | try: |
| 42 | import pdfrw | 42 | import pdfrw |
| 43 | except ImportError: | 43 | except ImportError: |
| 44 | logging.error('Unable to import python-pdfrw: no PDf support') | 44 | logging.error('Unable to import python-pdfrw: no PDF support') |
| 45 | pdfSupport = False | 45 | pdfSupport = False |
| 46 | 46 | ||
| 47 | if pdfSupport: | 47 | if pdfSupport: |
