From 7c7ff24ebe1a58f2604345756e9cd372f5048d8a Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Thu, 28 Mar 2013 17:08:39 +0100
Subject: [PATCH] reporting: fix typo

---
 matlab/reporting/@section/section.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/reporting/@section/section.m b/matlab/reporting/@section/section.m
index 19f9aefd5d..e7ed91db80 100644
--- a/matlab/reporting/@section/section.m
+++ b/matlab/reporting/@section/section.m
@@ -50,7 +50,7 @@ elseif nargin > 1
 end
 
 % Check options provided by user
-assert(isint(o.cols), '@graph.graph: cols must be an integer');
+assert(isint(o.cols), '@section.section: cols must be an integer');
 
 % Create section object
 o = class(o, 'section');
-- 
GitLab