Skip to content

Commit

Permalink
Correct misspell of 'Empd' -> 'Epmd' (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradschwartz authored Nov 20, 2023
1 parent cf6d414 commit 3f1afbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/strategy/local_epmd.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f1afbd

Please sign in to comment.