summaryrefslogtreecommitdiffstats
path: root/release_docs/HISTORY-1_10_0-1_12_0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs/HISTORY-1_10_0-1_12_0.txt')
-rw-r--r--release_docs/HISTORY-1_10_0-1_12_0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/HISTORY-1_10_0-1_12_0.txt b/release_docs/HISTORY-1_10_0-1_12_0.txt
index 60516fc..a83e58d 100644
--- a/release_docs/HISTORY-1_10_0-1_12_0.txt
+++ b/release_docs/HISTORY-1_10_0-1_12_0.txt
@@ -810,7 +810,7 @@ Bug Fixes since HDF5-1.10.2 release
When the function is called with the 'allgather' parameter set
to a non-true value, the function will receive data from all MPI
- ranks and gather it to the single rank specied by the 'root'
+ ranks and gather it to the single rank specified by the 'root'
parameter. However, the bug in the function caused memory for
the received data to be allocated on all MPI ranks, not just the
singular rank specified as the receiver. In some circumstances,