You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2019/01/23 14:11:17 UTC

[flink] branch master updated: fix typo in JobManagerRunner

This is an automated email from the ASF dual-hosted git repository.

rmetzger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new bd0906c  fix typo in JobManagerRunner
bd0906c is described below

commit bd0906c4cb89c0b00d82a5ca4bb1b87e4da2eb0f
Author: libenchao <li...@guazi.com>
AuthorDate: Wed Jan 23 19:57:03 2019 +0800

    fix typo in JobManagerRunner
    
    This closes #7569
---
 .../main/java/org/apache/flink/runtime/jobmaster/JobManagerRunner.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobManagerRunner.java b/flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobManagerRunner.java
index 78671bc..300462a 100644
--- a/flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobManagerRunner.java
+++ b/flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobManagerRunner.java
@@ -100,7 +100,7 @@ public class JobManagerRunner implements LeaderContender, OnCompletionActions, A
 	 * thrown and not reported to the given {@code FatalErrorHandler}.
 	 *
 	 * @throws Exception Thrown if the runner cannot be set up, because either one of the
-	 *                   required services could not be started, ot the Job could not be initialized.
+	 *                   required services could not be started, or the Job could not be initialized.
 	 */
 	public JobManagerRunner(
 			final ResourceID resourceId,