diff --git a/matlab/imcforecast.m b/matlab/imcforecast.m
index 0cf282b7b775c73dbc368f9a865738dfe26c250b..c34ebfb57d56c80a1b9deeaef70c81d155d4072d 100644
--- a/matlab/imcforecast.m
+++ b/matlab/imcforecast.m
@@ -3,7 +3,7 @@ function imcforecast(constrained_paths, constrained_vars, options_cond_fcst)
 % Computes conditional forecasts.
 %
 % INPUTS
-% - consnstrained_paths  [double]      m*p array, where m is the number of constrained endogenous variables and p is the number of constrained periods.
+% - constrained_paths  [double]        m*p array, where m is the number of constrained endogenous variables and p is the number of constrained periods.
 % - constrained_vars     [integer]     m*1 array, indices in M_.endo_names of the constrained variables.
 % - options_cond_fcst    [structure]   containing the options. The fields are:
 %