[Pkg-privacy-commits] [mat] 01/09: Fix some typos found by intrigeri
Sascha Steinbiss
sascha at steinbiss.name
Tue Jan 5 20:06:06 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 9f2e29c80bc94e0cd0e9c624b3d22ec681d80ef0
Author: jvoisin <julien.voisin at dustri.org>
Date: Sun Jan 3 14:41:33 2016 +0100
Fix some typos found by intrigeri
This should close https://labs.riseup.net/code/issues/10838
---
CHANGELOG | 2 +-
setup.py | 2 +-
test/test.py | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index fbd59cd..500f5ac 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,7 +5,7 @@
* More code documentation
* Torrent files are now cleaned in a deeper fashion
* Better support of weird command-line arguments
- * Usual cleaup/misc fixes
+ * Usual cleanup/misc fixes
0.5.4 - 19aug2015
* Distance a bit MAT from hachoir
diff --git a/setup.py b/setup.py
index db69777..d3d8462 100755
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ import os
from distutils.core import setup, Command
from DistUtilsExtra.command import *
-__version__ = '6.0'
+__version__ = '0.6'
# Remove MANIFEST file, since distutils
# doesn't properly update it when
diff --git a/test/test.py b/test/test.py
index 6886c1f..58e7ec7 100644
--- a/test/test.py
+++ b/test/test.py
@@ -95,9 +95,9 @@ def run_all_tests():
def set_local():
- """ Monkey patch pathes to run the testsuite on the _local_
+ """ Monkey patch paths to run the testsuite on the _local_
version of MAT. See `run_all_tests` for more information about
- what pathes we're changing and why.
+ what paths we're changing and why.
"""
os.environ['PATH'] = '..:' + os.environ['PATH']
sys.path.append('..')
--
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