From f60f9ab817439a89f1cc4608d665ea6a1101fed6 Mon Sep 17 00:00:00 2001 From: Steve Zingman Date: Tue, 22 Aug 2017 09:00:15 -0400 Subject: [PATCH] Fix typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ef6dedd..62e8261 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def readme(): setup(name='dmr_utils', version='0.1.7', description='ETSI DMR (Digital Mobile Radio) Teir II Utilities', - long_description='Modules to disassemble and assemble DMR packets, including generating and decoding varoius FEC routines', + long_description='Modules to disassemble and assemble DMR packets, including generating and decoding various FEC routines', classifiers=[ 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)' 'Programming Language :: Python :: 2.7'