Skip to content

Commit

Permalink
fix(docs) fix typo (#117)
Browse files Browse the repository at this point in the history
s/relinguish/relinquish

Signed-off-by: Joshua Schmid <[email protected]>
  • Loading branch information
jschmid1 authored Feb 10, 2021
1 parent 3d4dc6d commit 13f1442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resty/dns/balancer/ring.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
-- Adding/deleting hosts, etc (as long as done in the same order) is always
-- deterministic.
--
-- Whenever dns resolution fails for a hostname, the host will relinguish all
-- Whenever dns resolution fails for a hostname, the host will relinquish all
-- the indices it owns, and they will be reassigned to other targets.
-- Periodically the query for the hostname will be retried, and if it succeeds
-- it will get (different) indices reassigned to it.
Expand Down

0 comments on commit 13f1442

Please sign in to comment.