Correct typo "nning" -> "running" in content/message_passing/index.shtml.
authorW. Trevor King <wking@drexel.edu>
Fri, 1 Oct 2010 14:01:01 +0000 (10:01 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 1 Oct 2010 14:01:01 +0000 (10:01 -0400)
content/message_passing/index.shtml

index a24f5935b9ec4f0f882cde22799ea01d00f18799..4c7f5f51670475e7742cf39532dc6846a659c8a3 100644 (file)
@@ -9,7 +9,7 @@
 
 <p>The advantage of using parallel computers to perform large tasks
 stems from the division of these tasks into smaller sub-tasks to be
-handled simultaneously nning on different nodes.  On distributed
+handled simultaneously running on different nodes.  On distributed
 memory systems, this invariably requires node-to-node
 communication. MPI provides these services.</p>