Skip to content

Commit 0857632

Browse files
roginvsCopilot
andauthored
Update server/src/sslc/ssl_compiler.ts
Co-authored-by: Copilot <[email protected]>
1 parent bd3e551 commit 0857632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/sslc/ssl_compiler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export async function ssl_compile(opts: {
128128
if (returnCode === 0 && destMtimeBefore === destMtimeAfter) {
129129
// Sanity check. In case if something went wrong with sslc
130130
connection.window.showWarningMessage(
131-
"Compilation was successfull but the output file was not updated",
131+
"Compilation was successful but the output file was not updated",
132132
);
133133
}
134134

0 commit comments

Comments
 (0)