From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Sun, 5 Jan 2020 18:51:52 +0000
Subject: Spelling

Forwarded: no
---
 pysph/parallel/parallel_manager.pyx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pysph/parallel/parallel_manager.pyx b/pysph/parallel/parallel_manager.pyx
index 0266824..2746744 100644
--- a/pysph/parallel/parallel_manager.pyx
+++ b/pysph/parallel/parallel_manager.pyx
@@ -515,7 +515,7 @@ cdef class ParallelManager:
 
         This is the main entry point for the parallel manager. Given
         particles distributed across processors, we bin them, assign
-        uniqe global indices for the cells and particles and
+        unique global indices for the cells and particles and
         subsequently perform the following steps:
 
         (a) Call a load balancing function to get import and export
@@ -540,7 +540,7 @@ cdef class ParallelManager:
 
         now that the data movement is done,
 
-        (g) Update the local cell map to accomodate remote particles.
+        (g) Update the local cell map to accommodate remote particles.
 
         Notes
         -----
@@ -584,7 +584,7 @@ cdef class ParallelManager:
             for i in range(self.narrays):
                 self.pa_exchanges[i].remote_exchange_data()
 
-            # update the local cell map to accomodate remote particles
+            # update the local cell map to accommodate remote particles
             self.update_remote_data()
 
             # set the particle pids now that we have the partitions
