Skip to content

Commit

Permalink
Fix typo in warning.sso output file (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
arni-magnusson authored Oct 30, 2024
1 parent bbea7f0 commit d11d414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SS_global.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit d11d414

Please sign in to comment.