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 | |
| parent | 07057bc6adceef5b626d69442e48d0babab1134c (diff) | |
Fix some typoes pointed by intrigeri
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | libmat/strippers.py | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -28,7 +28,7 @@ DEPENDENCIES | |||
| 28 | ============ | 28 | ============ |
| 29 | * python2.7 (at least) | 29 | * python2.7 (at least) |
| 30 | 30 | ||
| 31 | OPTIONALS DEPENDENCIES | 31 | OPTIONAL DEPENDENCIES |
| 32 | ====================== | 32 | ====================== |
| 33 | * python-mutagen: for massive audio format support | 33 | * python-mutagen: for massive audio format support |
| 34 | * exiftool: for image format support | 34 | * exiftool: for image format support |
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: |
