Fixed typo.

time-shift
Stéphane Adjemian (Charybdis) 2013-10-11 10:58:35 +02:00
parent f431e6ac90
commit be32e645af
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ function C = le(A,B)
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
if ~isequal(nargin,2)
error('dynDates::lt: I need exactly two input arguments!')
error('dynDates::le: I need exactly two input arguments!')
end
if ~isa(A,'dynDates') || ~isa(B,'dynDates')