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 2020/09/15 10:06:29 UTC

[flink-web] branch asf-site updated: [hotfix] Fix typo: commiter --> committer (#372)

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new b834fe9  [hotfix] Fix typo: commiter --> committer (#372)
b834fe9 is described below

commit b834fe906c426c524e0b9afbf953605c4e5ca0c6
Author: Shawn Huang <hx...@163.com>
AuthorDate: Tue Sep 15 18:06:19 2020 +0800

    [hotfix] Fix typo: commiter --> committer (#372)
---
 community.zh.md                  | 6 +++---
 contributing/reviewing-prs.md    | 2 +-
 contributing/reviewing-prs.zh.md | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/community.zh.md b/community.zh.md
index cf6ac3e..fd903d7 100644
--- a/community.zh.md
+++ b/community.zh.md
@@ -8,7 +8,7 @@ title: "社区 & 项目信息"
 
 ## 如何从 Apache Flink 获得帮助?
 
-我们可以通过多种方式从 Apache Flink 社区获得帮助。Flink commiter 主要活跃在 [邮件列表](#mailing-lists)。对于用户支持和问题咨询,则可以通过 *用户邮件列表* 获得帮助。有些 Committer 同时会关注 [Stack Overflow](http://stackoverflow.com/questions/tagged/apache-flink)。请在提问的时候记得添加 apache-flink 的标签。问题反馈以及新特性的讨论则可以在 *开发邮件列表* 或者 [Jira]({{ site.jira }}) 上进行讨论。有兴趣对 Flink 进行贡献的人请查阅 [贡献指南](/contributing/how-to-contribute.html)。
+我们可以通过多种方式从 Apache Flink 社区获得帮助。Flink committer 主要活跃在 [邮件列表](#mailing-lists)。对于用户支持和问题咨询,则可以通过 *用户邮件列表* 获得帮助。有些 Committer 同时会关注 [Stack Overflow](http://stackoverflow.com/questions/tagged/apache-flink)。请在提问的时候记得添加 apache-flink 的标签。问题反馈以及新特性的讨论则可以在 *开发邮件列表* 或者 [Jira]({{ site.jira }}) 上进行讨论。有兴趣对 Flink 进行贡献的人请查阅 [贡献指南](/contributing/how-to-contribute.html)。
 
 ## 邮件列表
 
@@ -205,7 +205,7 @@ Apache Flink 的 <a href="https://cwiki.apache.org/confluence/display/FLINK/Apac
 
 Flink Forward 大会每年都会在世界的不同地方举办。关于大会最新的信息可以到 <a href="https://www.flink-forward.org/">Flink-Forward.org</a> 网站获取到。
 
-# PMC 和 Commiter 列表
+# PMC 和 Committer 列表
 
 <table class="table table-striped">
   <thead>
@@ -510,7 +510,7 @@ Flink Forward 大会每年都会在世界的不同地方举办。关于大会最
   </tr>
 </table>
 
-可以通过 `<apache-id>@apache.org` 直接联系 commiter。可以在 [这里]({{ site.FLINK_CONTRIBUTORS_URL }}) 找到所有的贡献者。
+可以通过 `<apache-id>@apache.org` 直接联系 committer。可以在 [这里]({{ site.FLINK_CONTRIBUTORS_URL }}) 找到所有的贡献者。
 
 ## 前导师们
 
diff --git a/contributing/reviewing-prs.md b/contributing/reviewing-prs.md
index f8d15fb..6ddd2c5 100644
--- a/contributing/reviewing-prs.md
+++ b/contributing/reviewing-prs.md
@@ -53,7 +53,7 @@ This question can be answered with
 
 * *Does not need specific attention*
 * *Needs specific attention for X (X can be for example checkpointing, jobmanager, etc.).*
-* *Has specific attention for X by @commiterA, @contributorB*
+* *Has specific attention for X by @committerA, @contributorB*
 
 **If the pull request needs specific attention, one of the tagged committers/contributors should give the final approval.**
 
diff --git a/contributing/reviewing-prs.zh.md b/contributing/reviewing-prs.zh.md
index daa9708..44f2a72 100644
--- a/contributing/reviewing-prs.zh.md
+++ b/contributing/reviewing-prs.zh.md
@@ -51,7 +51,7 @@ title:  "如何审核 Pull Request"
 
 * *Does not need specific attention*
 * *Needs specific attention for X (X 可以是例如 checkpointing、jobmanager 等)*
-* *Has specific attention for X by @commiterA, @contributorB*
+* *Has specific attention for X by @committerA, @contributorB*
 
 **如果 pull request 需要特别关注,则其中一个标记的 committers 或 contributors 应该给出最终批准。**