Skip to content

Commit afbeb1a

Browse files
committed
fix typo
1 parent cd31edc commit afbeb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/CommonFramework/Exceptions/ScreenshotException.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ void ScreenshotException::send_fatal_notification(ProgramEnvironment& env) const
133133
{"Notifs"}
134134
);
135135

136-
send_notification(env, fatal_notification, "Recoverable Error: ");
136+
send_notification(env, fatal_notification, "Fatal Error: ");
137137
}
138138

139139

0 commit comments

Comments
 (0)