@@ -110,7 +110,7 @@ is definitely built.
110110Support notes
111111^^^^^^^^^^^^^
112112
113- * ULFM Fault Tolerance does not apply to OpenSHMEM. It is recomended
113+ * ULFM Fault Tolerance does not apply to OpenSHMEM. It is recommended
114114 that if you are going to use ULFM, you should disable building
115115 OpenSHMEM with ``--disable-oshmem ``.
116116
@@ -139,7 +139,7 @@ All runtime disabled components are listed in the ``ft-mpi`` aggregate
139139MCA param file
140140``$installdir/share/openmpi/amca-param-sets/ft-mpi ``. You can tune the
141141runtime behavior with ULFM by either setting or unsetting variables in
142- this file (or by overiding the variable on the command line (e.g.,
142+ this file (or by overriding the variable on the command line (e.g.,
143143``--mca btl ofi,self ``). Note that if fault tolerance is disabled at
144144runtime, these components will load normally (this may change observed
145145performance when comparing with and without fault tolerance).
@@ -305,7 +305,7 @@ Known Limitations in ULFM
305305* InfiniBand support is provided through the UCT BTL; fault tolerant
306306 operation over the UCX PML is not yet supported for production runs.
307307* TOPO, FILE, RMA are not fault tolerant. They are expected to work
308- properly before the occurence of the first failure.
308+ properly before the occurrence of the first failure.
309309
310310Changelog
311311---------
@@ -460,7 +460,7 @@ ULFM Standalone Release 1.0
460460^^^^^^^^^^^^^^^^^^^^^^^^^^^
461461
462462Focus has been toward improving performance, both before and after the
463- occurence of failures. The list of new features includes:
463+ occurrence of failures. The list of new features includes:
464464
465465* Support for the non-blocking version of the agreement, MPI_COMM_IAGREE.
466466* Compliance with the latest ULFM specification draft. In particular,
0 commit comments