changeset 6876:9cc5b5a6554e octave-forge

fix a couple of typos in help string
author mcreel
date Mon, 15 Mar 2010 09:21:01 +0000
parents 9264531021cf
children 93c26c5f7d42
files main/openmpi_ext/src/MPI_Recv.cc main/openmpi_ext/src/MPI_Send.cc
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/main/openmpi_ext/src/MPI_Recv.cc	Sun Mar 14 13:31:54 2010 +0000
+++ b/main/openmpi_ext/src/MPI_Recv.cc	Mon Mar 15 09:21:01 2010 +0000
@@ -629,13 +629,13 @@
 
 DEFUN_DLD(MPI_Recv, args, nargout,"-*- texinfo -*-\n\
 @deftypefn {Loadable Function} {} [@var{VALUE} @var{INFO}]= MPI_Recv(@var{SOURCE},@var{TAG},@var{COMM})\n\
-MPI_Recv receive  any Octave datatype into contiguous memory using openmpi library even over an hetherogeneous cluster i.e 32 bits CPUs and 64 bits CPU \n \n\
+MPI_Recv receive any Octave datatype into contiguous memory using openmpi library even over an heterogeneous cluster i.e 32 bits CPUs and 64 bits CPU \n \n\
 Returns @var{VALUE} that is an octave variable received\n\
 and an integer @var{INFO} to indicate success or failure  \
  @example\n\
  @group\n\
 @var{SOURCE} must be an integer indicating source processes \n\
-@var{TAG} must be an integer called TAG to identifie the message by openmpi \n\
+@var{TAG} must be an integer to identify the message by openmpi \n\
 @var{COMM} must be an octave communicator object created by MPI_Comm_Load function \n\
 @end group\n\
 @end example\n\
--- a/main/openmpi_ext/src/MPI_Send.cc	Sun Mar 14 13:31:54 2010 +0000
+++ b/main/openmpi_ext/src/MPI_Send.cc	Mon Mar 15 09:21:01 2010 +0000
@@ -1142,13 +1142,13 @@
   "-*- texinfo -*-\n\
 @deftypefn {Loadable Function} {@var{INFO} =} MPI_Send(@var{VALUE},@var{RANKS},@var{TAG},@var{COMM})\n\
 MPI_Send sends  any octave_value  into contiguous memory using openmpi library \n\
-even over an hetherogeneous cluster i.e 32 bits CPUs and 64 bits CPU.\n\
+even over an heterogeneous cluster i.e 32 bits CPUs and 64 bits CPU.\n\
 Returns an integer @var{INFO} to indicate success or failure of octave_value expedition.\n\
  @example\n\
  @group\n\
 @var{VALUE} must be an octave variable \n\
-@var{RANKS} must be a vector cointaining the list of rank destination processes \n\
-@var{TAG} must be an integer called TAG to identifie the message by openmpi \n\
+@var{RANKS} must be a vector containing the list of rank destination processes \n\
+@var{TAG} must be an integer to identify the message by openmpi \n\
 @var{COMM} must be an octave communicator object created by MPI_Comm_Load function \n\
 @end group\n\
 @end example\n\