From 5dfd4310400bdf5baba46dbbd38aae651495368b Mon Sep 17 00:00:00 2001 From: HuangDan Date: Sat, 22 Sep 2018 19:40:07 +0800 Subject: [PATCH] Fix typo --- src/emqx_shared_sub.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emqx_shared_sub.erl b/src/emqx_shared_sub.erl index 096af9243..02422fe55 100644 --- a/src/emqx_shared_sub.erl +++ b/src/emqx_shared_sub.erl @@ -62,7 +62,7 @@ mnesia(copy) -> start_link() -> gen_server:start_link({local, ?SERVER}, ?MODULE, [], []). --spec(strategy() -> random | round_robin | stiky | hash). +-spec(strategy() -> random | round_robin | sticky | hash). strategy() -> emqx_config:get_env(shared_subscription_strategy, round_robin).