From b3fc74a26a7c90ea27895f8555cbc8dfa43ce9d4 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Wed, 19 Dec 2018 15:30:02 +0100 Subject: [PATCH] fix typo --- src/utilities/from/from.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utilities/from/from.m b/src/utilities/from/from.m index 386cbba..76874bc 100644 --- a/src/utilities/from/from.m +++ b/src/utilities/from/from.m @@ -1,6 +1,6 @@ function from(varargin) % --*-- Unitary tests --*-- -% Copyright (C) 2014-2017 Dynare Team +% Copyright (C) 2014-2018 Dynare Team % % This file is part of Dynare. % @@ -203,7 +203,7 @@ for i=1:number_of_variables try eval(sprintf('var = var.%s;',current_variable(idvar+1:end))) catch - error(sprintf('dseries::from: Variable %s is not a member of dseries oject %s!', current_variable(idvar+1:end), current_variable_0)) + error(sprintf('dseries::from: Variable %s is not a member of dseries object %s!', current_variable(idvar+1:end), current_variable_0)) end end if ~isdseries(var) -- GitLab