From bef5fd8e2b27e7fbf4f4ce95d48e6a07fcc98225 Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Tue, 28 Jun 2022 09:44:05 +0200
Subject: [PATCH] identification_checks.m: fix comment

(cherry picked from commit 0f64652a73545f79f3edb43b4816da862c576780)
---
 matlab/identification_checks.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/identification_checks.m b/matlab/identification_checks.m
index b59d994079..1406f79d17 100644
--- a/matlab/identification_checks.m
+++ b/matlab/identification_checks.m
@@ -155,7 +155,7 @@ if param_nbr>0 && (rankX<rankrequired || min(1-Mco)<tol_rank)
     end
     ee0 = [rankX+1:size([Xparnonzero Xrest],2)]; %look into last columns with singular values of problematic parameter sets (except single parameters)
     for j=1:length(ee0)
-        % linearely dependent parameters
+        % linearly dependent parameters
         ixno = ixno + 1;
         if test_flag == 2
             temp = (abs(ee1(:,ee0(j))) > tol_sv)';
-- 
GitLab