[Pkg-privacy-commits] [mat] 58/68: Fix some typoes pointed by intrigeri

Sascha Steinbiss sascha at steinbiss.name
Sun Jan 3 12:32:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

sascha-guest pushed a commit to branch master
in repository mat.

commit b9d66ed2e07d0a40161c88d0ba52d59ac601c76e
Author: jvoisin <julien.voisin at dustri.org>
Date:   Sun Dec 20 15:50:55 2015 +0100

    Fix some typoes pointed by intrigeri
---
 README.md           | 2 +-
 libmat/strippers.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index eb30bf8..5320bbc 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ DEPENDENCIES
 ============
  * python2.7 (at least)
 
-OPTIONALS DEPENDENCIES
+OPTIONAL DEPENDENCIES
 ======================
  * python-mutagen: for massive audio format support
  * 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:
 try:
     import pdfrw
 except ImportError:
-    logging.error('Unable to import python-pdfrw: no PDf support')
+    logging.error('Unable to import python-pdfrw: no PDF support')
     pdfSupport = False
 
 if pdfSupport:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/mat.git



More information about the Pkg-privacy-commits mailing list