diff --git a/setup.py b/setup.py index 5934cb0..80b105c 100755 --- a/setup.py +++ b/setup.py @@ -10,8 +10,8 @@ setup(name = 'cpuset', license = 'GPLv2', author = 'Alex Tsariounov', author_email = 'alext@novell.com', - url = 'https://github.com/lpechacek/cpuset' - description = 'Allows manipluation of cpusets and provides higher level functions.', + url = 'https://github.com/lpechacek/cpuset', + description = 'Allows manipulation of cpusets and provides higher level functions.', long_description = \ 'Cpuset is a Python application to make using the cpusets facilities in the Linux\n' 'kernel easier. The actual included command is called cset and it allows\n'