diff --git a/matlab/utilities/dseries/from.m b/matlab/utilities/dseries/from.m
index c0c817c6292546e081a7773d7bf6204b1aa1f4d9..9441dca0fc2a10a2c4624ee68aef54db20abdbc0 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.