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

dwysakowicz 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 f2b549f  [hotfix] [docs] Fix typo in ConfigGroups
f2b549f is described below

commit f2b549fea8c831b60368796ac323109967b8062e
Author: linzhaoming <tele...@gmail.com>
AuthorDate: Mon Oct 29 21:03:31 2018 +0800

    [hotfix] [docs] Fix typo in ConfigGroups
---
 .../src/main/java/org/apache/flink/annotation/docs/ConfigGroups.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 53bf856..5afe9f9 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.RetentionPolicy;
 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.

Reply via email to