From d11d414e0e415c9830bcf4c903bb13a7731a7c0f Mon Sep 17 00:00:00 2001 From: Arni Magnusson Date: Thu, 31 Oct 2024 03:01:58 +1100 Subject: [PATCH] Fix typo in warning.sso output file (#628) --- SS_global.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SS_global.tpl b/SS_global.tpl index f2e976e1..4fa5dcfb 100644 --- a/SS_global.tpl +++ b/SS_global.tpl @@ -1189,7 +1189,7 @@ FINAL_SECTION // SS_Label_Info_12.4.7 #Finish up with final writes to warning.sso if (N_changed_lambdas > 0) { - warnstream << "Reminder: Number of lamdas !=0.0 and !=1.0: " << N_changed_lambdas; + warnstream << "Reminder: Number of lambdas !=0.0 and !=1.0: " << N_changed_lambdas; write_message(WARN, 0); }