Skip to content

Commit

Permalink
Fix typo in warning.sso output file
Browse files Browse the repository at this point in the history
  • Loading branch information
arni-magnusson committed Oct 8, 2024
1 parent 1ad07ba commit 9e21763
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 9e21763

Please sign in to comment.