Skip to content

Commit d96fd24

Browse files
authored
Merge pull request #11865 from jsquyres/pr/docs-remove-unicode-char
docs: remove a unicode character from a man page
2 parents 76b91ce + 544d573 commit d96fd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/man-openmpi/man3/MPI_Session_finalize.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ communications initiated by other processes. The call to
7070
:ref:`MPI_Session_finalize` does not free objects created by MPI calls; these
7171
objects are freed using MPI_XXX_FREE calls. :ref:`MPI_Session_finalize` may be
7272
synchronizing on any or all of the groups associated with communicators,
73-
windows, or  les derived from the session and not disconnected, freed,
73+
windows, or files derived from the session and not disconnected, freed,
7474
or closed, respectively, before the call to :ref:`MPI_Session_finalize`
7575
procedure. :ref:`MPI_Session_finalize` behaves as if all such synchronizations
7676
occur concurrently. As :ref:`MPI_Comm_free` may mark a communicator for freeing

0 commit comments

Comments
 (0)