You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/07/31 09:30:14 UTC

[flink] branch master updated: [hotfix][javadocs] Fix typo

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

chesnay 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 c8210d8  [hotfix][javadocs] Fix typo
c8210d8 is described below

commit c8210d8648d7fb489719f4490ba490c627b5b616
Author: lrl <le...@163.com>
AuthorDate: Tue Jul 31 17:30:10 2018 +0800

    [hotfix][javadocs] Fix typo
---
 .../src/main/java/org/apache/flink/client/program/ClusterClient.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-clients/src/main/java/org/apache/flink/client/program/ClusterClient.java b/flink-clients/src/main/java/org/apache/flink/client/program/ClusterClient.java
index 373267f..d85033a 100644
--- a/flink-clients/src/main/java/org/apache/flink/client/program/ClusterClient.java
+++ b/flink-clients/src/main/java/org/apache/flink/client/program/ClusterClient.java
@@ -670,7 +670,7 @@ public abstract class ClusterClient<T> {
 	 * @param jobId the job id
 	 * @param savepointDirectory directory the savepoint should be written to
 	 * @return path where the savepoint is located
-	 * @throws Exception In case an error cocurred.
+	 * @throws Exception In case an error occurred.
 	 */
 	public String cancelWithSavepoint(JobID jobId, @Nullable String savepointDirectory) throws Exception {
 		final ActorGateway jobManager = getJobManagerGateway();