changeset 12639:061284acaabd octave-forge

oops: s/correspondent/corresponding/g
author michelemartone
date Thu, 18 Jun 2015 08:23:13 +0000
parents b3a8fa6de43d
children de98e4cb9248
files main/sparsersb/doc/sparsersb.txt main/sparsersb/src/sparsersb.cc
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/main/sparsersb/doc/sparsersb.txt	Tue Jun 16 09:50:44 2015 +0000
+++ b/main/sparsersb/doc/sparsersb.txt	Thu Jun 18 08:23:13 2015 +0000
@@ -45,12 +45,12 @@
  -- Loadable Function: S = sparsersb ("set", OPN, OPV)
      If OPN is a string representing a valid librsb option name and OPV
      is a string representing a valid librsb option value, the
-     correspondent librsb option will be set to that value.
+     corresponding librsb option will be set to that value.
 
  -- Loadable Function: S = sparsersb (A, "get", MIF)
      If MIF is a string specifying a valid librsb matrix info string
      (valid for librsb's rsb_mtx_get_info_from_string()), then the
-     correspondent value will be returned for matrix A. If MIF is the
+     corresponding value will be returned for matrix A. If MIF is the
      an empty string (""), matrix structure information will be
      returned.
 
--- a/main/sparsersb/src/sparsersb.cc	Tue Jun 16 09:50:44 2015 +0000
+++ b/main/sparsersb/src/sparsersb.cc	Thu Jun 18 08:23:13 2015 +0000
@@ -1959,10 +1959,10 @@
 If @var{m} and @var{n} are integers, equivalent to @code{"RSBOI_FNS" ([], [], [], @var{m}, @var{n}, 0)}\n\
 \n\
 @deftypefnx {Loadable Function} {@var{s} =} "RSBOI_FNS" (\"set\", @var{opn}, @var{opv})\n\
-If @var{opn} is a string representing a valid librsb option name and @var{opv} is a string representing a valid librsb option value, the correspondent librsb option will be set to that value.\n\
+If @var{opn} is a string representing a valid librsb option name and @var{opv} is a string representing a valid librsb option value, the corresponding librsb option will be set to that value.\n\
 \n\
 @deftypefnx {Loadable Function} {@var{s} =} "RSBOI_FNS" (@var{A}, \"get\", @var{mif})\n\
-If @var{mif} is a string specifying a valid librsb matrix info string (valid for librsb's rsb_mtx_get_info_from_string()), then the correspondent value will be returned for matrix @var{A}. If @var{mif} is the an empty string (\"\"), matrix structure information will be returned.\n\
+If @var{mif} is a string specifying a valid librsb matrix info string (valid for librsb's rsb_mtx_get_info_from_string()), then the corresponding value will be returned for matrix @var{A}. If @var{mif} is the an empty string (\"\"), matrix structure information will be returned.\n\
 \n\
 @deftypefnx {Loadable Function} {@var{s} =} "RSBOI_FNS" (@var{A}, @var{S})\n\
 If @var{A} is a "RSBOI_FNS" matrix and @var{S} is a string, @var{S} will be interpreted as a query string about matrix @var{A}.\n\