Whatsnew typo
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index 1e9348d..088ea4a 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1725,8 +1725,8 @@
 select
 ------
 
-Solaris and derived platforms have a new class :class:`select.devpoll`
-for high performance asyncronous sockets via :file:`/dev/poll`.
+Solaris and derivatives platforms have a new class :class:`select.devpoll`
+for high performance asynchronous sockets via :file:`/dev/poll`.
 
 
 shlex