Skip to content
Snippets Groups Projects
Commit e5cd9034 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed typo.

parent cc8e386d
Branches
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ function o = onesidedhpcycle_(o, lambda) % --*-- Unitary tests --*--
if nargin>1
if lambda<=0
error(['dseries::onesidedhptrend: Lambda must be a positive integer!'])
error(['dseries::onesidedhpcycle: Lambda must be a positive integer!'])
end
else
lambda = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment