From 0527280a2a488252292db495b03fe39a628cc0db Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Mon, 5 Dec 2022 21:10:23 +0100
Subject: [PATCH] plot.m: fix typo in message

---
 src/@dseries/plot.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/@dseries/plot.m b/src/@dseries/plot.m
index b10c866..3b63cd0 100644
--- a/src/@dseries/plot.m
+++ b/src/@dseries/plot.m
@@ -29,7 +29,7 @@ else
         nvariables = vobs(o);
         nobservations = nobs(o);
         if nargin>2 && any(cellfun(@isdseries,varargin(2:end)))
-            error('dseries::plot: You cannot pass more two dseries objects!')
+            error('dseries::plot: You cannot pass more than two dseries objects!')
         end
         if ~isequal(nvariables, vobs(varargin{1}))
             error('dseries::plot: The two dseries objects must have the same number of variables!')
-- 
GitLab