From 5080793d74f00933fc9850426bad2b9bcf085c70 Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Tue, 24 Jan 2017 09:08:13 +0900 Subject: [PATCH] man: fix a typo in MPI_Win_get_name() Thanks Nicolas Joly for the report Fixes open-mpi/ompi#2782 Signed-off-by: Gilles Gouaillardet (cherry picked from commit open-mpi/ompi@6f2ca5809b1aa6332946d1652e0b19cc9f2a9853) --- ompi/mpi/man/man3/MPI_Win_get_name.3in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mpi/man/man3/MPI_Win_get_name.3in b/ompi/mpi/man/man3/MPI_Win_get_name.3in index 10c60f9cfdc..d3c8493aeb1 100644 --- a/ompi/mpi/man/man3/MPI_Win_get_name.3in +++ b/ompi/mpi/man/man3/MPI_Win_get_name.3in @@ -39,7 +39,7 @@ Window whose name is to be returned (handle). .ft R .TP 1i win_name -the Tame previously stored on the window, or an empty string if no such name exists (string). +the name previously stored on the window, or an empty string if no such name exists (string). .TP 1i resultlen Length of returned name (integer).