Fix "seperate".
diff --git a/Lib/concurrent/futures/process.py b/Lib/concurrent/futures/process.py
index 36a40d3..f461b77 100644
--- a/Lib/concurrent/futures/process.py
+++ b/Lib/concurrent/futures/process.py
@@ -118,7 +118,7 @@
def _process_worker(call_queue, result_queue, shutdown):
"""Evaluates calls from call_queue and places the results in result_queue.
- This worker is run in a seperate process.
+ This worker is run in a separate process.
Args:
call_queue: A multiprocessing.Queue of _CallItems that will be read and