summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-23 22:50:58 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-23 22:50:58 +0100
commitb2d6adb066b829ca4b5503b50d93f916daf27cb9 (patch)
treec4ebcb521fba7ba736cdd11e1f5ded50182dcbd6
parentbcbd9d96c29f43e9c8637b81ba951dcc68d6693f (diff)
downloadaioeventlet-b2d6adb066b829ca4b5503b50d93f916daf27cb9.tar.gz
typo
-rw-r--r--doc/openstack.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/openstack.rst b/doc/openstack.rst
index 6f5c539..46f2b2a 100644
--- a/doc/openstack.rst
+++ b/doc/openstack.rst
@@ -5,7 +5,7 @@ First part (in progress): add support for trollius coroutines
-------------------------------------------------------------
Prepare OpenStack (Oslo Messaging) to support trollius coroutines using
-``yield``: explicit asynchrounous programming. Eventlet is still supported,
+``yield``: explicit asynchronous programming. Eventlet is still supported,
used by default, and applications and libraries don't need to be modified at
this point.
@@ -26,7 +26,7 @@ To do:
Second part (to do): rewrite code as trollius coroutines
--------------------------------------------------------
-Switch from implicit asynchrounous programming (eventlet using greenthreads) to
+Switch from implicit asynchronous programming (eventlet using greenthreads) to
explicit asynchronous programming (trollius coroutines using ``yield``). Need
to modify OpenStack Common Libraries and applications. Modifications can be
done step by step, the switch will take more than 6 months.