From 273056802d25b4f2506ac4962f5fa53cf90d341d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Thu, 16 Sep 2021 16:23:20 +0200
Subject: [PATCH] Fix typo

[skip ci]

(cherry picked from commit 240d82e64a219892707c64ffdcbd77c93d218d15)
---
 matlab/ols/sur.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/ols/sur.m b/matlab/ols/sur.m
index 15dc52b4df..78b573abb0 100644
--- a/matlab/ols/sur.m
+++ b/matlab/ols/sur.m
@@ -170,7 +170,7 @@ for i = 1:maxit
     end
     beta0 = oo_.sur.(model_name).beta;
     if i == maxit
-        warning('maximum nuber of iterations reached')
+        warning('maximum number of iterations reached')
     end
 end
 
-- 
GitLab