You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ad...@apache.org on 2018/08/16 16:04:58 UTC

[ambari] branch trunk updated: Fixed Spelling. (#1918)

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

adoroszlai pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 99c9070  Fixed Spelling. (#1918)
99c9070 is described below

commit 99c9070b2ac2774da5e1b41f46a15e0ffd1cd9fb
Author: Jimmy Casey <ca...@gmail.com>
AuthorDate: Thu Aug 16 17:04:55 2018 +0100

    Fixed Spelling. (#1918)
---
 ambari-common/src/test/python/coilmq/scheduler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-common/src/test/python/coilmq/scheduler.py b/ambari-common/src/test/python/coilmq/scheduler.py
index 4ac7c3e..013de47 100644
--- a/ambari-common/src/test/python/coilmq/scheduler.py
+++ b/ambari-common/src/test/python/coilmq/scheduler.py
@@ -32,7 +32,7 @@ class SubscriberPriorityScheduler(object):
     @abc.abstractmethod
     def choice(self, subscribers, message):
         """
-        Chooses which subscriber (from list) should recieve specified message.
+        Chooses which subscriber (from list) should receive specified message.
 
         @param subscribers: Collection of subscribed connections eligible to receive message. 
         @type subscribers: C{list} of L{coilmq.server.StompConnection}