From dev-return-202073-archive-asf-public=cust-asf.ponee.io@tomcat.apache.org Tue Oct 1 11:17:40 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 884AC180608 for ; Tue, 1 Oct 2019 13:17:40 +0200 (CEST) Received: (qmail 40693 invoked by uid 500); 1 Oct 2019 11:17:36 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 40400 invoked by uid 99); 1 Oct 2019 11:17:36 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Oct 2019 11:17:36 +0000 From: GitBox To: dev@tomcat.apache.org Subject: [GitHub] [tomcat] markt-asf commented on a change in pull request #208: Fix typos Message-ID: <156992865633.18093.14417054292879728445.gitbox@gitbox.apache.org> Date: Tue, 01 Oct 2019 11:17:36 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit markt-asf commented on a change in pull request #208: Fix typos URL: https://github.com/apache/tomcat/pull/208#discussion_r330001555 ########## File path: java/org/apache/catalina/tribes/group/GroupChannel.java ########## @@ -335,7 +335,7 @@ public void messageReceived(ChannelMessage msg) { if (channelListener != null && channelListener.accept(fwd, source)) { channelListener.messageReceived(fwd, source); delivered = true; - //if the message was accepted by an RPC channel, that channel + //if the message was accepted by a RPC channel, that channel //is responsible for returning the reply, otherwise we send an absence reply Review comment: This is correct. It is "an RPR channel" because R has a [vowel sound ](https://www.quora.com/Which-is-correct-in-English-an-R-or-a-R) when pronounced. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org