From d2ca05978fe3fb71371829edc0f8227d4d9b0c27 Mon Sep 17 00:00:00 2001 From: Sam Manzi Date: Tue, 1 Sep 2015 08:57:26 +1000 Subject: [PATCH] bump version and fix spelling --- data/man/update_man.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/man/update_man.py b/data/man/update_man.py index 2235b6f83..bfb24881c 100644 --- a/data/man/update_man.py +++ b/data/man/update_man.py @@ -43,7 +43,7 @@ except: DOCUTILS = False LANGUAGES = ['sv', 'nl', 'pl', 'cs', 'pt_BR', 'fr'] -VERSION = '4.2.0' +VERSION = '5.0.0' DATE = '' # You can set these variables from the command line. @@ -72,7 +72,7 @@ def tests(): print ('Please, install python') try: - print("\n=================='Shpinx-build'=============================\n") + print("\n=================='Sphinx-build'=============================\n") os.system('''%(program)s''' % {'program': sphinxCmd}) except: print ('Please, install sphinx') @@ -88,7 +88,7 @@ def main(): parser = ArgumentParser( description='This program aims to handle documentation' - ' and realted translated versions.', + ' and related translated versions.', ) parser.add_argument("-t", "--test",