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/10/29 13:03:33 UTC

[GitHub] dawidwys closed pull request #6955: [hotfix] [docs] Fix typo in ConfigGroups

dawidwys closed pull request #6955: [hotfix] [docs] Fix typo in ConfigGroups
URL: https://github.com/apache/flink/pull/6955
 
 
   

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-annotations/src/main/java/org/apache/flink/annotation/docs/ConfigGroups.java b/flink-annotations/src/main/java/org/apache/flink/annotation/docs/ConfigGroups.java
index 53bf856c0a7..5afe9f9ac41 100644
--- a/flink-annotations/src/main/java/org/apache/flink/annotation/docs/ConfigGroups.java
+++ b/flink-annotations/src/main/java/org/apache/flink/annotation/docs/ConfigGroups.java
@@ -26,7 +26,7 @@
 import java.lang.annotation.Target;
 
 /**
- * Annotation used on classes containing config optionss that enables the separation of options into different
+ * Annotation used on classes containing config options that enables the separation of options into different
  * tables based on key prefixes. A config option is assigned to a {@link ConfigGroup} if the option key matches
  * the group prefix. If a key matches multiple prefixes the longest matching prefix takes priority. An option is never
  * assigned to multiple groups. Options that don't match any group are implicitly added to a default group.


 

----------------------------------------------------------------
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