From 1d3ab735066cdd082473387c48451d0fb6a1a0bb Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 3 Jan 2016 14:41:33 +0100 Subject: 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('..') -- cgit v1.3