changeset 8666:285f7c59ee9b octave-forge

fixing typo on help text seealsE
author carandraug
date Mon, 24 Oct 2011 14:36:54 +0000
parents bcfe82a284e2
children ad8fbb590549
files main/mechanics/inst/deprecated/vech2mat.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/mechanics/inst/deprecated/vech2mat.m	Mon Oct 24 14:36:16 2011 +0000
+++ b/main/mechanics/inst/deprecated/vech2mat.m	Mon Oct 24 14:36:54 2011 +0000
@@ -24,7 +24,7 @@
 %% If @var{symm} is omitted a symmetric matrix is returned.
 %% 
 %%
-%% @seealse{vech, ind2sub, sub2ind_tril}
+%% @seealso{vech, ind2sub, sub2ind_tril}
 %% @end deftypefn
 
 function M = vech2mat(v, symm=1)