Fix typos

Changes occurrences of 'Ouput' to 'Output'
This commit is contained in:
Adrian Sadłocha 2014-06-28 13:51:49 +02:00
commit 5c62631859
2 changed files with 2 additions and 2 deletions

View file

@ -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 <nojhan@nojhan.net>

View file

@ -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',