diff scripts/general/structfun.m @ 7001:8b0cfeb06365

[project @ 2007-10-10 18:02:59 by jwe]
author jwe
date Wed, 10 Oct 2007 18:03:02 +0000
parents 3c64128e621c
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/general/structfun.m
+++ b/scripts/general/structfun.m
@@ -24,7 +24,7 @@
 ## @deftypefnx {Function File} {} structfun (@dots{}, 'UniformOutput', @var{val})
 ## 
 ## Evaluate the function named @var{name} on the fields of the structure
-## @var{s}. The fields of @var{s} are passed the the function @var{func}
+## @var{s}. The fields of @var{s} are passed to the function @var{func}
 ## individually.
 ##
 ## @code{structfun} accepts an arbitrary function @var{func} in the form of