From 186d47c762467a7f53bf0703af125bc926c3c67c Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Thu, 24 May 2018 13:23:52 -0500 Subject: [PATCH] Fix a typo in docs --- src/broker/messaging.bif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/broker/messaging.bif b/src/broker/messaging.bif index 0336bf0d1e..8b2c64e86f 100644 --- a/src/broker/messaging.bif +++ b/src/broker/messaging.bif @@ -288,7 +288,7 @@ function Cluster::publish_rr%(pool: Pool, key: string, ...%): bool ## node, then automatically forwards it to its peers with a different topic. ## The event is relayed at most a single hop. ## -## pool: the pool of nodes that are eligible to receive the revent +## pool: the pool of nodes that are eligible to receive the event ## ## key: an arbitrary string to identify the purpose for which you're ## distributing the event. e.g. consider using namespacing of your