You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/07/31 09:30:12 UTC

[GitHub] zentol closed pull request #6459: [hotfix]Fix 'cocurred' typo

zentol closed pull request #6459: [hotfix]Fix 'cocurred' typo
URL: https://github.com/apache/flink/pull/6459
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 373267ffc34..d85033ac298 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 void cancel(JobID jobId) throws Exception {
 	 * @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();


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services