From 5c626318599874f2549001fa8a12c98b079d8fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Sad=C5=82ocha?= Date: Sat, 28 Jun 2014 13:51:49 +0200 Subject: [PATCH] Fix typos Changes occurrences of 'Ouput' to 'Output' --- colout/colout.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/colout/colout.py b/colout/colout.py index 8ac771b..248b9b7 100755 --- a/colout/colout.py +++ b/colout/colout.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 #encoding: utf-8 -# Color Up Arbitrary Command Ouput +# Color Up Arbitrary Command Output # Licensed under the GPL version 3 # 2012 (c) nojhan diff --git a/setup.py b/setup.py index 2ad8b72..6af0562 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ requires = ['argparse', 'pygments', 'babel'] setup( name='colout', version='0.1', - description='Color Up Arbitrary Command Ouput.', + description='Color Up Arbitrary Command Output.', long_description=open('README.md').read(), author='nojhan', author_email='nojhan@nojhan.net',