From 4a085a78188171e2b3e69a3c0658ffb74bf16a8b Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Tue, 7 Jun 2011 23:37:57 -0700 Subject: [PATCH] I can spell --- NEWS | 4 ++++ setup.py | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 1abc8cd..23e1278 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +0.9.16 +====== +* SO_RESUSEADDR now correctly set. + 0.9.15 ====== * ZeroMQ support without an explicit hub now implemented! Thanks to Zed Shaw for the patch. diff --git a/setup.py b/setup.py index 431ba0f..7b9f255 100644 --- a/setup.py +++ b/setup.py @@ -37,10 +37,10 @@ setup( "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Operating System :: Microsoft :: Windows", - "Programming Languag :: Python :: 2.4", - "Programming Languag :: Python :: 2.5", - "Programming Languag :: Python :: 2.6", - "Programming Languag :: Python :: 2.7", + "Programming Language :: Python :: 2.4", + "Programming Language :: Python :: 2.5", + "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules", "Intended Audience :: Developers",