Skip to content

Commit 8868407

Browse files
committed
Fix typo
Signed-off-by: Wei Zhang <[email protected]>
1 parent f7ee515 commit 8868407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/src/com/microsoft/azure/hdinsight/spark/run/SparkBatchJobDebuggerRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ protected void execute(ExecutionEnvironment environment, Callback callback, RunP
178178
},
179179
err -> {
180180
submissionConsole.print(ExceptionUtils.getRootCauseMessage(err), ConsoleViewContentType.ERROR_OUTPUT);
181-
jobDriverEnvReady.setError("The Spark job remote debug is cancelled due ot " + ExceptionUtils.getRootCauseMessage(err));
181+
jobDriverEnvReady.setError("The Spark job remote debug is cancelled due to " + ExceptionUtils.getRootCauseMessage(err));
182182
},
183183
() -> {
184184
if (Optional.ofNullable(driverDebugHandler.getUserData(ProcessHandler.TERMINATION_REQUESTED))

0 commit comments

Comments
 (0)