Skip to content

Commit d11d414

Browse files
Fix typo in warning.sso output file (#628)
1 parent bbea7f0 commit d11d414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SS_global.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ FINAL_SECTION
11891189
// SS_Label_Info_12.4.7 #Finish up with final writes to warning.sso
11901190
if (N_changed_lambdas > 0)
11911191
{
1192-
warnstream << "Reminder: Number of lamdas !=0.0 and !=1.0: " << N_changed_lambdas;
1192+
warnstream << "Reminder: Number of lambdas !=0.0 and !=1.0: " << N_changed_lambdas;
11931193
write_message(WARN, 0);
11941194
}
11951195

0 commit comments

Comments
 (0)