We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3e551 commit 0857632Copy full SHA for 0857632
server/src/sslc/ssl_compiler.ts
@@ -128,7 +128,7 @@ export async function ssl_compile(opts: {
128
if (returnCode === 0 && destMtimeBefore === destMtimeAfter) {
129
// Sanity check. In case if something went wrong with sslc
130
connection.window.showWarningMessage(
131
- "Compilation was successfull but the output file was not updated",
+ "Compilation was successful but the output file was not updated",
132
);
133
}
134
0 commit comments