diff --git a/matlab/utilities/dseries/from.m b/matlab/utilities/dseries/from.m index c0c817c62..9441dca0f 100644 --- a/matlab/utilities/dseries/from.m +++ b/matlab/utilities/dseries/from.m @@ -64,7 +64,7 @@ for i=5:nargin EXPRESSION = [EXPRESSION, varargin{i}]; end -% Get all the variables involved in the recusive expression. +% Get all the variables involved in the recursive expression. variables = regexpi(EXPRESSION, '\w*\(t\)|\w*\(t\-\d\)|\w*\(t\+\d\)','match'); % Remove the time indices.