diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a54d5..a03cf9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Allow Epmd strategy to reconnect after connection failures - Detect Self Signed Certificate Authority for Kubernetes Strategy - Remove calls to deprecated `Logger.warn/2` +- Correct misspell of 'Empd' -> 'Epmd' in `Cluster.Strategy.LocalEpmd` moduledoc ### 3.3.0 diff --git a/lib/strategy/local_epmd.ex b/lib/strategy/local_epmd.ex index 11ebbc6..7c09a8f 100644 --- a/lib/strategy/local_epmd.ex +++ b/lib/strategy/local_epmd.ex @@ -2,7 +2,7 @@ defmodule Cluster.Strategy.LocalEpmd do @moduledoc """ This clustering strategy relies on Erlang's built-in distribution protocol. - Unlike Cluster.Strategy.Empd, this strategy assumes that all nodes are on + Unlike Cluster.Strategy.Epmd, this strategy assumes that all nodes are on the local host and can be discovered by epmd. Make sure `epmd` is started before you start your application, or startup